MailTipTypes
        
        extends Enumeration
    
    
            
            in package
            
        
    
    
    
Defines the types of mail tips requested from the service.
Table of Contents
Constants
- ALL = 'All'
- Represents all available mail tips.
- CUSTOM_MAIL_TIP = 'CustomMailTip'
- Represents a custom mail tip.
- DELIVERY_RESTRICTION = 'DeliveryRestriction'
- Indicates whether delivery restrictions will prevent the sender's message from reaching the recipient.
- EXTERNAL_MEMBER_COUNT = 'ExternalMemberCount'
- Represents the count of external members.
- INVALID_RECIPIENT = 'InvalidRecipient'
- Indicates whether the recipient is invalid.
- MAILBOX_FULL_STATUS = 'MailboxFullStatus'
- Represents the status for a mailbox that is full.
- MAX_MESSAGE_SIZE = 'MaxMessageSize'
- Represents the maximum message size a recipient can accept.
- MODERATION_STATUS = 'ModerationStatus'
- Indicates whether the sender's message will be reviewed by a moderator.
- OUT_OF_OFFICE_MESSAGE = 'OutOfOfficeMessage'
- Represents the Out of Office (OOF) message.
- TOTAL_MEMBER_COUNT = 'TotalMemberCount'
- Represents the count of all members.
Properties
- $_ : string
- Element value.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
ALL
Represents all available mail tips.
    public
        string
    ALL
    = 'All'
    
    
    
    Tags
CUSTOM_MAIL_TIP
Represents a custom mail tip.
    public
        string
    CUSTOM_MAIL_TIP
    = 'CustomMailTip'
    
    
    
    Tags
DELIVERY_RESTRICTION
Indicates whether delivery restrictions will prevent the sender's message from reaching the recipient.
    public
        string
    DELIVERY_RESTRICTION
    = 'DeliveryRestriction'
    
    
    
    Tags
EXTERNAL_MEMBER_COUNT
Represents the count of external members.
    public
        string
    EXTERNAL_MEMBER_COUNT
    = 'ExternalMemberCount'
    
    
    
    Tags
INVALID_RECIPIENT
Indicates whether the recipient is invalid.
    public
        string
    INVALID_RECIPIENT
    = 'InvalidRecipient'
    
    
    
    Tags
MAILBOX_FULL_STATUS
Represents the status for a mailbox that is full.
    public
        string
    MAILBOX_FULL_STATUS
    = 'MailboxFullStatus'
    
    
    
    Tags
MAX_MESSAGE_SIZE
Represents the maximum message size a recipient can accept.
    public
        string
    MAX_MESSAGE_SIZE
    = 'MaxMessageSize'
    
    
    
    Tags
MODERATION_STATUS
Indicates whether the sender's message will be reviewed by a moderator.
    public
        string
    MODERATION_STATUS
    = 'ModerationStatus'
    
    
    
    Tags
OUT_OF_OFFICE_MESSAGE
Represents the Out of Office (OOF) message.
    public
        string
    OUT_OF_OFFICE_MESSAGE
    = 'OutOfOfficeMessage'
    
    
    
    Tags
TOTAL_MEMBER_COUNT
Represents the count of all members.
    public
        string
    TOTAL_MEMBER_COUNT
    = 'TotalMemberCount'
    
    
    
    Tags
Properties
$_
Element value.
    public
        string
    $_
    
    
    
    
    Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
    public
                    __clone() : mixed
    __toString()
Returns the value of this enumeration as a string.
    public
                    __toString() : string
    .