Pop3Client.GetMessageInfo
Contents
[
Hide
]GetMessageInfo(IConnection, string, Pop3ListFields)
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
GetMessageInfo(IConnection, string)
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
GetMessageInfo(string)
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
GetMessageInfo(string, Pop3ListFields)
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
GetMessageInfo(IConnection, int, Pop3ListFields)
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
GetMessageInfo(IConnection, int)
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
GetMessageInfo(int)
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
GetMessageInfo(int, Pop3ListFields)
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