ImapUniqueIdParameterSet
ImapUniqueIdParameterSet class
的IAsyncImapClient带有消息唯一标识符集的方法参数集。
public class ImapUniqueIdParameterSet : ImapMethodParametersGeneral<ImapUniqueIdParameterSet>
方法
| 姓名 | 描述 |
|---|---|
| static Create() | 创建ImapUniqueIdParameterSet实例. |
| SetCancellationToken(CancellationToken) | |
| SetConnection(IConnection) | |
| SetMessage(string) | 设置消息唯一标识符。 |
| SetMessages(IEnumerable<string>) | 设置消息唯一标识符。 |
| SetMessages(string, string) | 设置消息唯一标识符范围。 |