adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / NotificationMessage Class / AddMailRecipient Method
The name of the recipient. Can be empty.
The e-mail address of the recipient. Required.
The type of recipient (To, CC, BCC).


In This Topic
    AddMailRecipient Method
    In This Topic
    Adds an e-mail recipient to the message.
    Syntax
    'Declaration
     
    
    Public Function AddMailRecipient( _
       ByVal name As String, _
       ByVal address As String, _
       Optional ByVal recipientType As MessageRecipientType _
    ) As NotificationRecipient

    Parameters

    name
    The name of the recipient. Can be empty.
    address
    The e-mail address of the recipient. Required.
    recipientType
    The type of recipient (To, CC, BCC).
    See Also