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

In This Topic
    RecipientType Property (EmailRecipient)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property RecipientType As Nullable(Of MessageRecipientType)
    public Nullable<MessageRecipientType> RecipientType {get; set;}
    See Also