adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / INotificationRecipient Interface / RecipientType Property


In This Topic
    RecipientType Property (INotificationRecipient)
    In This Topic
    Specifies whether the recipient is a To, CC, or BCC recipient.
    Syntax
    'Declaration
     
    
    ReadOnly Property RecipientType As MessageRecipientType
    MessageRecipientType RecipientType {get;}
    property MessageRecipientType RecipientType {
       MessageRecipientType get();
    }
    Remarks
    This settings is only used if the NotificationMessage.AddressMode is MessageAddressMode.SingleMessage.
    See Also