'Declaration
Public Function AddMailRecipient( _ ByVal name As String, _ ByVal address As String, _ Optional ByVal recipientType As MessageRecipientType _ ) As NotificationRecipient
public NotificationRecipient AddMailRecipient( string name, string address, MessageRecipientType recipientType )
public: NotificationRecipient^ AddMailRecipient( String^ name, String^ address, MessageRecipientType recipientType )
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).