Recipient

Recipient(string)

使用指定地址创建新收件人。

public Recipient(string address)

也可以看看


Recipient(string, string)

使用指定的地址和显示名称创建一个新的收件人。

public Recipient(string address, string displayName)

也可以看看


Recipient(string, RecipientType)

创建一个具有指定地址和收件人类型的新收件人。

public Recipient(string address, RecipientType recipientType)

也可以看看


Recipient(string, string, RecipientType)

使用指定的地址、显示名称和收件人类型创建新收件人。

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

也可以看看