GetMessageInfo
Contents
[
Hide
]
Pop3Client.GetMessageInfo method (1 of 8)
Gets the information for that message
public Pop3MessageInfo GetMessageInfo(IConnection connection, string uniqueId,
Pop3ListFields fields)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The unique id of the message |
fields | Pop3ListFields | The fields that we want get |
Return Value
Pop3MessageInfo
See Also
- class Pop3MessageInfo
- interface IConnection
- enum Pop3ListFields
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfo method (2 of 8)
Gets the information for that message
public Pop3MessageInfo GetMessageInfo(IConnection connection, string uniqueId)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The unique id of the message |
Return Value
Pop3MessageInfo
See Also
- class Pop3MessageInfo
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfo method (3 of 8)
Gets the information for that message
public Pop3MessageInfo GetMessageInfo(string uniqueId)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The unique id of the message |
Return Value
Pop3MessageInfo
See Also
- class Pop3MessageInfo
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfo method (4 of 8)
Gets the information for that message
public Pop3MessageInfo GetMessageInfo(string uniqueId, Pop3ListFields fields)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The unique id of the message |
fields | Pop3ListFields | The fields that we want get |
Return Value
Pop3MessageInfo
See Also
- class Pop3MessageInfo
- enum Pop3ListFields
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfo method (5 of 8)
Gets the information for that message
public Pop3MessageInfo GetMessageInfo(IConnection connection, int sequenceNumber,
Pop3ListFields fields)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
fields | Pop3ListFields | The fields that we want get |
Return Value
Pop3MessageInfo
See Also
- class Pop3MessageInfo
- interface IConnection
- enum Pop3ListFields
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfo method (6 of 8)
Gets the information for that message
public Pop3MessageInfo GetMessageInfo(IConnection connection, int sequenceNumber)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
Return Value
Pop3MessageInfo
See Also
- class Pop3MessageInfo
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfo method (7 of 8)
Gets the information for that message
public Pop3MessageInfo GetMessageInfo(int sequenceNumber)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
Return Value
Pop3MessageInfo
See Also
- class Pop3MessageInfo
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageInfo method (8 of 8)
Gets the information for that message
public Pop3MessageInfo GetMessageInfo(int sequenceNumber, Pop3ListFields fields)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
fields | Pop3ListFields | The fields that we want get |
Return Value
Pop3MessageInfo
See Also
- class Pop3MessageInfo
- enum Pop3ListFields
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email