adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / NotificationRecipient Class / RecipientType Property


In This Topic
    RecipientType Property (NotificationRecipient)
    In This Topic
    Specifies whether the recipient is a To, CC, or BCC recipient.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property RecipientType As MessageRecipientType
    [DataMember()]
    public MessageRecipientType RecipientType {get; set;}
    [DataMember()]
    public:
    property MessageRecipientType RecipientType {
       MessageRecipientType get();
       void set (    MessageRecipientType value);
    }
    Remarks
    This settings is only used if the NotificationMessage.AddressMode is MessageAddressMode.SingleMessage.
    See Also