adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / MessageRecipientType Enumeration


In This Topic
    MessageRecipientType Enumeration
    In This Topic
    Indicates the type of a message recipient.
    Syntax
    'Declaration
     
    
    Public Enum MessageRecipientType 
       Inherits System.Enum
    public enum MessageRecipientType : System.Enum 
    public enum class MessageRecipientType : public System.Enum 
    Members
    MemberValueDescription
    BCC3 The recipient is blind-copied on the message
    CC2 The recipient is included in the "CC" list for the message.
    To1 The recipient is included in the "To" list for the message.
    Unspecified0 The recipient type is unspecified. The default options are used.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.MessageRecipientType

    See Also