GetMessageInfo

GetMessageInfo (1 of 8)

Gets the information for that message

Returns: Pop3MessageInfo

GetMessageInfo(int32_t sequenceNumber)
ParameterDescription
sequenceNumberThe sequence number of the message

GetMessageInfo (2 of 8)

Gets the information for that message

Returns: Pop3MessageInfo

GetMessageInfo(int32_t sequenceNumber, Pop3ListFields fields)
ParameterDescription
sequenceNumberThe sequence number of the message
fieldsThe fields that we want get

GetMessageInfo (3 of 8)

Gets the information for that message

Returns: Pop3MessageInfo

GetMessageInfo(System::SharedPtr < IConnection > connection, int32_t sequenceNumber)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of the message

GetMessageInfo (4 of 8)

Gets the information for that message

Returns: Pop3MessageInfo

GetMessageInfo(System::SharedPtr < IConnection > connection, int32_t sequenceNumber, Pop3ListFields fields)
ParameterDescription
connectionConnection to a server
sequenceNumberThe sequence number of the message
fieldsThe fields that we want get

GetMessageInfo (5 of 8)

Gets the information for that message

Returns: Pop3MessageInfo

GetMessageInfo(System::SharedPtr < IConnection > connection, System::String uniqueId)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique id of the message

GetMessageInfo (6 of 8)

Gets the information for that message

Returns: Pop3MessageInfo

GetMessageInfo(System::SharedPtr < IConnection > connection, System::String uniqueId, Pop3ListFields fields)
ParameterDescription
connectionConnection to a server
uniqueIdThe unique id of the message
fieldsThe fields that we want get

GetMessageInfo (7 of 8)

Gets the information for that message

Returns: Pop3MessageInfo

GetMessageInfo(System::String uniqueId)
ParameterDescription
uniqueIdThe unique id of the message

GetMessageInfo (8 of 8)

Gets the information for that message

Returns: Pop3MessageInfo

GetMessageInfo(System::String uniqueId, Pop3ListFields fields)
ParameterDescription
uniqueIdThe unique id of the message
fieldsThe fields that we want get