GetMessageInfo

GetMessageInfo(IConnection, string, Pop3ListFields)

获取该消息的信息

public Pop3MessageInfo GetMessageInfo(IConnection connection, string uniqueId, 
    Pop3ListFields fields)
范围类型描述
connectionIConnection连接到服务器
uniqueIdString消息的唯一标识
fieldsPop3ListFields我们想要得到的字段

返回值

Pop3MessageInfo

也可以看看


GetMessageInfo(IConnection, string)

获取该消息的信息

public Pop3MessageInfo GetMessageInfo(IConnection connection, string uniqueId)
范围类型描述
connectionIConnection连接到服务器
uniqueIdString消息的唯一标识

返回值

Pop3MessageInfo

也可以看看


GetMessageInfo(string)

获取该消息的信息

public Pop3MessageInfo GetMessageInfo(string uniqueId)
范围类型描述
uniqueIdString消息的唯一标识

返回值

Pop3MessageInfo

也可以看看


GetMessageInfo(string, Pop3ListFields)

获取该消息的信息

public Pop3MessageInfo GetMessageInfo(string uniqueId, Pop3ListFields fields)
范围类型描述
uniqueIdString消息的唯一标识
fieldsPop3ListFields我们想要得到的字段

返回值

Pop3MessageInfo

也可以看看


GetMessageInfo(IConnection, int, Pop3ListFields)

获取该消息的信息

public Pop3MessageInfo GetMessageInfo(IConnection connection, int sequenceNumber, 
    Pop3ListFields fields)
范围类型描述
connectionIConnection连接到服务器
sequenceNumberInt32消息的序号
fieldsPop3ListFields我们想要得到的字段

返回值

Pop3MessageInfo

也可以看看


GetMessageInfo(IConnection, int)

获取该消息的信息

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

返回值

Pop3MessageInfo

也可以看看


GetMessageInfo(int)

获取该消息的信息

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

返回值

Pop3MessageInfo

也可以看看


GetMessageInfo(int, Pop3ListFields)

获取该消息的信息

public Pop3MessageInfo GetMessageInfo(int sequenceNumber, Pop3ListFields fields)
范围类型描述
sequenceNumberInt32消息的序号
fieldsPop3ListFields我们想要得到的字段

返回值

Pop3MessageInfo

也可以看看