RDOMailTips object

 

RDOMailTips object represents mail tips  displayed by Outlook when sending to an Exchange user with a full mailbox or out-of-office .

 

Returned by:

RDOAddressEntry.GetMailTips

 

The example below retrieves the maximum message size that the specified Exchange store allows.

set Session = CreateObject("Redemption.RDOSession")

Session.MAPIOBJECT = Application.Session.MAPIOBJECT

Session.SkipAutodiscoverLookupInAD = true

set AdrEntry = Session.AddressBook.ResolveName("user@domain.demo")

set mailTips = AdrEntry.GetMailTips("me@domain.demo", "<My Password>") 'optional authentication parameters for EWS

MsgBox mailTips.MaxMessageSize

 

 

Properties

 


Derived from: IDispatch


Properties


CustomMailTip
string, read-only.  
DeliveryRestricted
boolean, read-only.  
ExternalMemberCount
integer, read-only.  
InvalidRecipient
boolean, read-only.  
IsModerated
boolean, read-only.  
MailboxFull
boolean, read-only.  
MaxMessageSize
integer, read-only.  
OutOfOfficeEndTime
datetime, read-only.  
OutOfOfficeMessage
string, read-only.  
OutOfOfficeStartTime
datetime, read-only.  
RecipientAddress
string, read-only.  
RecipientAddressType
string, read-only.  
RecipientName
string, read-only.  
TotalMemberCount
integer, read-only.