adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / EmailRecipient Class / ToString Method


In This Topic
    ToString Method (EmailRecipient)
    In This Topic
    Returns a string that represents the current object. Returns a string representation of the recipient
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    public override string ToString()
    public:
    String^ ToString(); override 

    Return Value

    A string that represents the current object.
    Remarks
    If the Name has a value, ToString returns "<Name> Address". Otherwise it returns the Address. If RecipientType has a value other than MessageRecipientType.Unspecified, the return value is prefixed with the RecipientType, e.g., CC:<Some Person> [email protected]
    See Also