GetMessageInfo
Contents
[
Hide
]GetMessageInfo (1 of 8)
Gets the information for that message
Returns: Pop3MessageInfo
GetMessageInfo(int32_t sequenceNumber)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of the message |
GetMessageInfo (2 of 8)
Gets the information for that message
Returns: Pop3MessageInfo
GetMessageInfo(int32_t sequenceNumber, Pop3ListFields fields)
| Parameter | Description |
|---|---|
| sequenceNumber | The sequence number of the message |
| fields | The 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| sequenceNumber | The sequence number of the message |
| fields | The 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The 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)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| uniqueId | The unique id of the message |
| fields | The fields that we want get |
GetMessageInfo (7 of 8)
Gets the information for that message
Returns: Pop3MessageInfo
GetMessageInfo(System::String uniqueId)
| Parameter | Description |
|---|---|
| uniqueId | The unique id of the message |
GetMessageInfo (8 of 8)
Gets the information for that message
Returns: Pop3MessageInfo
GetMessageInfo(System::String uniqueId, Pop3ListFields fields)
| Parameter | Description |
|---|---|
| uniqueId | The unique id of the message |
| fields | The fields that we want get |