DeleteMessage

DeleteMessage(IConnection, int)

将具有指定序列号的消息标记为已删除

public void DeleteMessage(IConnection connection, int sequenceNumber)
范围类型描述
connectionIConnection连接到服务器
sequenceNumberInt32消息的序号

也可以看看


DeleteMessage(IConnection, string)

将具有指定序列号的消息标记为已删除

public void DeleteMessage(IConnection connection, string uniqueId)
范围类型描述
connectionIConnection连接到服务器
uniqueIdString消息的uid

也可以看看


DeleteMessage(int)

将具有指定序列号的消息标记为已删除

public void DeleteMessage(int sequenceNumber)
范围类型描述
sequenceNumberInt32消息的序号

也可以看看


DeleteMessage(string)

将具有指定序列号的消息标记为已删除

public void DeleteMessage(string uniqueId)
范围类型描述
uniqueIdString消息的uid

也可以看看


DeleteMessage(IConnection, int, long)

将具有指定序列号的消息标记为已删除

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

也可以看看


DeleteMessage(IConnection, string, long)

将具有指定唯一标识符的消息标记为已删除

public void DeleteMessage(IConnection connection, string uniqueId, long modificationSequence)
范围类型描述
connectionIConnection连接到服务器
uniqueIdString消息的uid
modificationSequenceInt64修改顺序。请阅读更多 https://tools.ietf.org/html/rfc7162

也可以看看


DeleteMessage(int, long)

将具有指定序列号的消息标记为已删除

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

也可以看看


DeleteMessage(string, long)

将具有指定唯一标识符的消息标记为已删除

public void DeleteMessage(string uniqueId, long modificationSequence)
范围类型描述
uniqueIdString消息的uid
modificationSequenceInt64修改顺序。请阅读更多 https://tools.ietf.org/html/rfc7162

也可以看看


DeleteMessage(string, bool)

将具有指定唯一标识符的消息标记为已删除,并在用户指定时提交删除。 此方法仅在服务器支持 UIDPLUS 扩展时有效。请阅读更多 https://tools.ietf.org/html/rfc4315

public void DeleteMessage(string uniqueId, bool commitNow)
范围类型描述
uniqueIdString消息的uid
commitNowBoolean定义是否必须立即提交消息。请阅读更多 https://tools.ietf.org/html/rfc4315

也可以看看


DeleteMessage(IConnection, string, bool)

将具有指定唯一标识符的消息标记为已删除,并在用户指定时提交删除。 此方法仅在服务器支持 UIDPLUS 扩展时有效。请阅读更多 https://tools.ietf.org/html/rfc4315

public void DeleteMessage(IConnection connection, string uniqueId, bool commitNow)
范围类型描述
connectionIConnection连接到服务器
uniqueIdString消息的uid
commitNowBoolean定义是否必须立即提交消息。请阅读更多 https://tools.ietf.org/html/rfc4315

也可以看看


DeleteMessage(string, long, bool)

将具有指定唯一标识符的消息标记为已删除,并在用户指定时提交删除。 此方法仅在服务器支持 UIDPLUS 扩展时有效。请阅读更多 https://tools.ietf.org/html/rfc4315

public void DeleteMessage(string uniqueId, long modificationSequence, bool commitNow)
范围类型描述
uniqueIdString消息的uid
modificationSequenceInt64修改顺序。请阅读更多 https://tools.ietf.org/html/rfc7162
commitNowBoolean定义是否必须立即提交消息。请阅读更多 https://tools.ietf.org/html/rfc4315

也可以看看


DeleteMessage(IConnection, string, long, bool)

将具有指定唯一标识符的消息标记为已删除,并在用户指定时提交删除。 此方法仅在服务器支持 UIDPLUS 扩展时有效。请阅读更多 https://tools.ietf.org/html/rfc4315

public void DeleteMessage(IConnection connection, string uniqueId, long modificationSequence, 
    bool commitNow)
范围类型描述
connectionIConnection连接到服务器
uniqueIdString消息的uid
modificationSequenceInt64修改顺序。请阅读更多 https://tools.ietf.org/html/rfc7162
commitNowBoolean定义是否必须立即提交消息。请阅读更多 https://tools.ietf.org/html/rfc4315

也可以看看