ImapMessageInfoCollection

ImapMessageInfoCollection class

为集合提供一个容器ImapMessageInfo对象

public sealed class ImapMessageInfoCollection : Collection<ImapMessageInfo>

构造函数

姓名描述
ImapMessageInfoCollection()初始化 ImapMessageCollection 类的新实例。
ImapMessageInfoCollection(IEnumerable<ImapMessageInfo>)初始化 ImapMessageCollection 类的新实例

特性

姓名描述
Exceptions { get; }获取在消息处理期间发生的异常集合。
SyncRoot { get; }获取可用于同步访问集合的对象。

方法

姓名描述
Add(ImapMessageInfo)将 ImapMessageInfo 添加到 ImapMessageCollection。
AddRange(IEnumerable<ImapMessageInfo>)将 ImapMessageInfo 对象的枚举添加到集合的末尾
Insert(int, ImapMessageInfo)在指定索引处插入指定的 ImapMessagInfo 对象。
Remove(ImapMessageInfo)从此集合中删除指定的 ImapMessageInfo 对象。
RemoveAt(int)从此集合中删除指定索引中的 ImapMessageInfo。
implicit operator将 ImapMessageInfo 的集合转换为 array (4 operators)

也可以看看