Recipient
Recipient class
表示 MapiMailMessage 的收件人。
public class Recipient
构造函数
姓名 | 描述 |
---|---|
Recipient(string) | 使用指定地址创建新收件人。 |
Recipient(string, RecipientType) | 创建一个具有指定地址和收件人类型的新收件人。 |
Recipient(string, string) | 使用指定的地址和显示名称创建一个新的收件人。 |
Recipient(string, string, RecipientType) | 使用指定的地址、显示名称和收件人类型创建新收件人。 |
特性
姓名 | 描述 |
---|---|
Address { get; set; } | 此收件人的电子邮件地址。 |
DisplayName { get; set; } | 此收件人的显示名称。 |
RecipientType { get; set; } | 收件人将如何接收此邮件(收件人、抄送、密件抄送)。 |