Pop3Client.GetMessageInfo

GetMessageInfo(IConnection, string, Pop3ListFields)

Gets the information for that message

public Pop3MessageInfo GetMessageInfo(IConnection connection, string uniqueId, 
    Pop3ListFields fields)
ParameterTypeDescription
connectionIConnectionConnection to a server
uniqueIdStringThe unique id of the message
fieldsPop3ListFieldsThe fields that we want get

Return Value

Pop3MessageInfo

See Also


GetMessageInfo(IConnection, string)

Gets the information for that message

public Pop3MessageInfo GetMessageInfo(IConnection connection, string uniqueId)
ParameterTypeDescription
connectionIConnectionConnection to a server
uniqueIdStringThe unique id of the message

Return Value

Pop3MessageInfo

See Also


GetMessageInfo(string)

Gets the information for that message

public Pop3MessageInfo GetMessageInfo(string uniqueId)
ParameterTypeDescription
uniqueIdStringThe unique id of the message

Return Value

Pop3MessageInfo

See Also


GetMessageInfo(string, Pop3ListFields)

Gets the information for that message

public Pop3MessageInfo GetMessageInfo(string uniqueId, Pop3ListFields fields)
ParameterTypeDescription
uniqueIdStringThe unique id of the message
fieldsPop3ListFieldsThe fields that we want get

Return Value

Pop3MessageInfo

See Also


GetMessageInfo(IConnection, int, Pop3ListFields)

Gets the information for that message

public Pop3MessageInfo GetMessageInfo(IConnection connection, int sequenceNumber, 
    Pop3ListFields fields)
ParameterTypeDescription
connectionIConnectionConnection to a server
sequenceNumberInt32The sequence number of the message
fieldsPop3ListFieldsThe fields that we want get

Return Value

Pop3MessageInfo

See Also


GetMessageInfo(IConnection, int)

Gets the information for that message

public Pop3MessageInfo GetMessageInfo(IConnection connection, int sequenceNumber)
ParameterTypeDescription
connectionIConnectionConnection to a server
sequenceNumberInt32The sequence number of the message

Return Value

Pop3MessageInfo

See Also


GetMessageInfo(int)

Gets the information for that message

public Pop3MessageInfo GetMessageInfo(int sequenceNumber)
ParameterTypeDescription
sequenceNumberInt32The sequence number of the message

Return Value

Pop3MessageInfo

See Also


GetMessageInfo(int, Pop3ListFields)

Gets the information for that message

public Pop3MessageInfo GetMessageInfo(int sequenceNumber, Pop3ListFields fields)
ParameterTypeDescription
sequenceNumberInt32The sequence number of the message
fieldsPop3ListFieldsThe fields that we want get

Return Value

Pop3MessageInfo

See Also