AddRecipientAsync Method
Will add a recipient of the specified type to the recipient list.
Syntax
[VB.NET] Public Function AddRecipientAsync(ByVal RecipientType As Integer, ByVal RecipientAddress As String) As IAsyncAction
[C#] public IAsyncAction AddRecipientAsync(int recipientType, string recipientAddress);