adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / EmailRecipient Class / RecipientType Property


In This Topic
    RecipientType Property (EmailRecipient)
    In This Topic
    Specifies how the recipient is added to the message
    Syntax
    'Declaration
     
    
    Public Property RecipientType As Nullable(Of MessageRecipientType)
    public Nullable<MessageRecipientType> RecipientType {get; set;}
    public:
    property Nullable<MessageRecipientType> RecipientType {
       Nullable<MessageRecipientType> get();
       void set (    Nullable<MessageRecipientType> value);
    }
    Remarks
    Set to a null reference (Nothing in Visual Basic) or MessageRecipientType.Unspecified to use the default for the context.
    See Also