RemoveMessageFlags

内容
[ ]

RemoveMessageFlags(IEnumerable<int>, ImapMessageFlags, long)

删除消息的标志

public void RemoveMessageFlags(IEnumerable<int> sequenceSet, ImapMessageFlags flags, 
    long modificationSequence)
范围类型描述
sequenceSetIEnumerable`1消息的序列号集
flagsImapMessageFlags要删除的标志
modificationSequenceInt64修改顺序。请阅读更多 https://tools.ietf.org/html/rfc7162

也可以看看


RemoveMessageFlags(IConnection, IEnumerable<string>, ImapMessageFlags, long)

删除消息的标志

public void RemoveMessageFlags(IConnection connection, IEnumerable<string> uidSet, 
    ImapMessageFlags flags, long modificationSequence)
范围类型描述
connectionIConnection连接到服务器
uidSetIEnumerable`1消息的 UID 集合
flagsImapMessageFlags要更改的标志
modificationSequenceInt64修改顺序。请阅读更多 https://tools.ietf.org/html/rfc7162

也可以看看


RemoveMessageFlags(IConnection, IEnumerable<int>, ImapMessageFlags, long)

删除消息的标志

public void RemoveMessageFlags(IConnection connection, IEnumerable<int> sequenceSet, 
    ImapMessageFlags flags, long modificationSequence)
范围类型描述
connectionIConnection连接到服务器
sequenceSetIEnumerable`1消息的序列号集
flagsImapMessageFlags要删除的标志
modificationSequenceInt64修改顺序。请阅读更多 https://tools.ietf.org/html/rfc7162

也可以看看


RemoveMessageFlags(IEnumerable<ImapMessageInfo>, ImapMessageFlags)

删除消息的标志

public void RemoveMessageFlags(IEnumerable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags)
范围类型描述
messageInfoSetIEnumerable`1ImapMessageInfo 的集合
flagsImapMessageFlags要更改的标志

也可以看看


RemoveMessageFlags(IConnection, IEnumerable<ImapMessageInfo>, ImapMessageFlags)

删除消息的标志

public void RemoveMessageFlags(IConnection connection, IEnumerable<ImapMessageInfo> messageInfoSet, 
    ImapMessageFlags flags)
范围类型描述
connectionIConnection连接到服务器
messageInfoSetIEnumerable`1ImapMessageInfo 的集合
flagsImapMessageFlags要更改的标志

也可以看看


RemoveMessageFlags(IEnumerable<ImapMessageInfo>, ImapMessageFlags, long)

删除消息的标志

public void RemoveMessageFlags(IEnumerable<ImapMessageInfo> messageInfoSet, ImapMessageFlags flags, 
    long modificationSequence)
范围类型描述
messageInfoSetIEnumerable`1ImapMessageInfo 的集合
flagsImapMessageFlags要更改的标志
modificationSequenceInt64修改顺序。请阅读更多 https://tools.ietf.org/html/rfc7162

也可以看看


RemoveMessageFlags(IConnection, IEnumerable<ImapMessageInfo>, ImapMessageFlags, long)

删除消息的标志

public void RemoveMessageFlags(IConnection connection, IEnumerable<ImapMessageInfo> messageInfoSet, 
    ImapMessageFlags flags, long modificationSequence)
范围类型描述
connectionIConnection连接到服务器
messageInfoSetIEnumerable`1ImapMessageInfo 的集合
flagsImapMessageFlags要更改的标志
modificationSequenceInt64修改顺序。请阅读更多 https://tools.ietf.org/html/rfc7162

也可以看看


RemoveMessageFlags(IConnection, int, ImapMessageFlags)

删除消息的标志

public void RemoveMessageFlags(IConnection connection, int sequenceNumber, ImapMessageFlags flags)
范围类型描述
connectionIConnection连接到服务器
sequenceNumberInt32消息的序号
flagsImapMessageFlags要添加的标志

也可以看看


RemoveMessageFlags(IConnection, string, ImapMessageFlags)

删除消息的标志

public void RemoveMessageFlags(IConnection connection, string uniqueId, ImapMessageFlags flags)
范围类型描述
connectionIConnection连接到服务器
uniqueIdString消息的唯一标识符
flagsImapMessageFlags要添加的标志

也可以看看


RemoveMessageFlags(int, ImapMessageFlags)

删除消息的标志

public void RemoveMessageFlags(int sequenceNumber, ImapMessageFlags flags)
范围类型描述
sequenceNumberInt32消息的序号
flagsImapMessageFlags要添加的标志

也可以看看


RemoveMessageFlags(string, ImapMessageFlags)

删除消息的标志

public void RemoveMessageFlags(string uniqueId, ImapMessageFlags flags)
范围类型描述
uniqueIdString消息的唯一标识符
flagsImapMessageFlags要添加的标志

也可以看看


RemoveMessageFlags(IConnection, int, ImapMessageFlags, long)

删除消息的标志

public void RemoveMessageFlags(IConnection connection, int sequenceNumber, ImapMessageFlags flags, 
    long modificationSequence)
范围类型描述
connectionIConnection连接到服务器
sequenceNumberInt32消息的序号
flagsImapMessageFlags要添加的标志
modificationSequenceInt64修改顺序。请阅读更多 https://tools.ietf.org/html/rfc7162

也可以看看


RemoveMessageFlags(IConnection, string, ImapMessageFlags, long)

删除消息的标志

public void RemoveMessageFlags(IConnection connection, string uniqueId, ImapMessageFlags flags, 
    long modificationSequence)
范围类型描述
connectionIConnection连接到服务器
uniqueIdString消息的唯一标识符
flagsImapMessageFlags要添加的标志
modificationSequenceInt64修改顺序。请阅读更多 https://tools.ietf.org/html/rfc7162

也可以看看


RemoveMessageFlags(int, ImapMessageFlags, long)

删除消息的标志

public void RemoveMessageFlags(int sequenceNumber, ImapMessageFlags flags, 
    long modificationSequence)
范围类型描述
sequenceNumberInt32消息的序号
flagsImapMessageFlags要添加的标志
modificationSequenceInt64修改顺序。请阅读更多 https://tools.ietf.org/html/rfc7162

也可以看看


RemoveMessageFlags(string, ImapMessageFlags, long)

删除消息的标志

public void RemoveMessageFlags(string uniqueId, ImapMessageFlags flags, long modificationSequence)
范围类型描述
uniqueIdString消息的唯一标识符
flagsImapMessageFlags要添加的标志
modificationSequenceInt64修改顺序。请阅读更多 https://tools.ietf.org/html/rfc7162

也可以看看


RemoveMessageFlags(string, string, ImapMessageFlags)

删除消息的标志

public void RemoveMessageFlags(string startUid, string endUid, ImapMessageFlags flags)
范围类型描述
startUidString消息列表的起始 UID
endUidString消息列表的结束 UID
flagsImapMessageFlags要更改的标志

也可以看看


RemoveMessageFlags(int, int, ImapMessageFlags)

删除消息的标志

public void RemoveMessageFlags(int startSequence, int endSequence, ImapMessageFlags flags)
范围类型描述
startSequenceInt32消息列表的起始序号
endSequenceInt32消息列表的结束序号
flagsImapMessageFlags要删除的标志

也可以看看


RemoveMessageFlags(IConnection, string, string, ImapMessageFlags)

删除消息的标志

public void RemoveMessageFlags(IConnection connection, string startUid, string endUid, 
    ImapMessageFlags flags)
范围类型描述
connectionIConnection连接到服务器
startUidString消息列表的起始 UID
endUidString消息列表的结束 UID
flagsImapMessageFlags要更改的标志

也可以看看


RemoveMessageFlags(IConnection, int, int, ImapMessageFlags)

删除消息的标志

public void RemoveMessageFlags(IConnection connection, int startSequence, int endSequence, 
    ImapMessageFlags flags)
范围类型描述
connectionIConnection连接到服务器
startSequenceInt32消息列表的起始序号
endSequenceInt32消息列表的结束序号
flagsImapMessageFlags要删除的标志

也可以看看


RemoveMessageFlags(string, string, ImapMessageFlags, long)

删除消息的标志

public void RemoveMessageFlags(string startUid, string endUid, ImapMessageFlags flags, 
    long modificationSequence)
范围类型描述
startUidString消息列表的起始 UID
endUidString消息列表的结束 UID
flagsImapMessageFlags要更改的标志
modificationSequenceInt64修改顺序。请阅读更多 https://tools.ietf.org/html/rfc7162

也可以看看


RemoveMessageFlags(int, int, ImapMessageFlags, long)

删除消息的标志

public void RemoveMessageFlags(int startSequence, int endSequence, ImapMessageFlags flags, 
    long modificationSequence)
范围类型描述
startSequenceInt32消息列表的起始序号
endSequenceInt32消息列表的结束序号
flagsImapMessageFlags要删除的标志
modificationSequenceInt64修改顺序。请阅读更多 https://tools.ietf.org/html/rfc7162

也可以看看


RemoveMessageFlags(IConnection, string, string, ImapMessageFlags, long)

删除消息的标志

public void RemoveMessageFlags(IConnection connection, string startUid, string endUid, 
    ImapMessageFlags flags, long modificationSequence)
范围类型描述
connectionIConnection连接到服务器
startUidString消息列表的起始 UID
endUidString消息列表的结束 UID
flagsImapMessageFlags要更改的标志
modificationSequenceInt64修改顺序。请阅读更多 https://tools.ietf.org/html/rfc7162

也可以看看


RemoveMessageFlags(IConnection, int, int, ImapMessageFlags, long)

删除消息的标志

public void RemoveMessageFlags(IConnection connection, int startSequence, int endSequence, 
    ImapMessageFlags flags, long modificationSequence)
范围类型描述
connectionIConnection连接到服务器
startSequenceInt32消息列表的起始序号
endSequenceInt32消息列表的结束序号
flagsImapMessageFlags要删除的标志
modificationSequenceInt64修改顺序。请阅读更多 https://tools.ietf.org/html/rfc7162

也可以看看


RemoveMessageFlags(IEnumerable<string>, ImapMessageFlags)

删除消息的标志

public void RemoveMessageFlags(IEnumerable<string> uidSet, ImapMessageFlags flags)
范围类型描述
uidSetIEnumerable`1消息的 UID 集
flagsImapMessageFlags要更改的标志

也可以看看


RemoveMessageFlags(IEnumerable<int>, ImapMessageFlags)

删除消息的标志

public void RemoveMessageFlags(IEnumerable<int> sequenceSet, ImapMessageFlags flags)
范围类型描述
sequenceSetIEnumerable`1消息的序列号集
flagsImapMessageFlags要删除的标志

也可以看看


RemoveMessageFlags(IConnection, IEnumerable<string>, ImapMessageFlags)

删除消息的标志

public void RemoveMessageFlags(IConnection connection, IEnumerable<string> uidSet, 
    ImapMessageFlags flags)
范围类型描述
connectionIConnection连接到服务器
uidSetIEnumerable`1消息的 UID 集
flagsImapMessageFlags要更改的标志

也可以看看


RemoveMessageFlags(IConnection, IEnumerable<int>, ImapMessageFlags)

删除消息的标志

public void RemoveMessageFlags(IConnection connection, IEnumerable<int> sequenceSet, 
    ImapMessageFlags flags)
范围类型描述
connectionIConnection连接到服务器
sequenceSetIEnumerable`1消息的序列号集
flagsImapMessageFlags要删除的标志

也可以看看


RemoveMessageFlags(IEnumerable<string>, ImapMessageFlags, long)

删除消息的标志

public void RemoveMessageFlags(IEnumerable<string> uidSet, ImapMessageFlags flags, 
    long modificationSequence)
范围类型描述
uidSetIEnumerable`1消息的 UID 集
flagsImapMessageFlags要更改的标志
modificationSequenceInt64修改顺序。请阅读更多 https://tools.ietf.org/html/rfc7162

也可以看看