Recipient.Recipient

Recipient(string)

Creates a new recipient with the specified address.

public Recipient(string address)

See Also


Recipient(string, string)

Creates a new recipient with the specified address and display name.

public Recipient(string address, string displayName)

See Also


Recipient(string, RecipientType)

Creates a new recipient with the specified address and recipient type.

public Recipient(string address, RecipientType recipientType)

See Also


Recipient(string, string, RecipientType)

Creates a new recipient with the specified address, display name and recipient type.

public Recipient(string address, string displayName, RecipientType recipientType)

See Also