RecipientCollection
RecipientCollection class
表示邮件消息的收件人集合。
public class RecipientCollection : Collection<Recipient>
构造函数
姓名 | 描述 |
---|---|
RecipientCollection() | 默认构造函数。 |
特性
姓名 | 描述 |
---|---|
Item { get; } | 返回存储在此集合中指定索引处的收件人。 |
方法
姓名 | 描述 |
---|---|
Add(string) | 将具有指定地址的新收件人添加到此集合中。 |
Add(string, RecipientType) | 将具有指定地址和收件人类型的新收件人添加到此集合中。 |
Add(string, string) | 将具有指定地址和显示名称的新收件人添加到此集合中。 |
Add(string, string, RecipientType) | 将具有指定地址、显示名称和收件人类型的新收件人添加到此集合中。 |
也可以看看
- class Recipient
- 命名空间 Aspose.Email.Windows.Forms
- 部件 Aspose.Email