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


In This Topic
    Name Property (EmailRecipient)
    In This Topic
    The display name
    Syntax
    'Declaration
     
    
    Public Property Name As String
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Name is optional
    See Also