GetMessageHeaders
Contents
[
Hide
]
Pop3Client.GetMessageHeaders method (1 of 4)
Gets the message headers
public HeaderCollection GetMessageHeaders(IConnection connection, int sequenceNumber)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
Return Value
HeaderCollection that represents collection of the headers
See Also
- class HeaderCollection
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageHeaders method (2 of 4)
Gets the message headers
public HeaderCollection GetMessageHeaders(int sequenceNumber)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
Return Value
HeaderCollection that represents collection of the headers
See Also
- class HeaderCollection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageHeaders method (3 of 4)
Gets the message headers
public HeaderCollection GetMessageHeaders(IConnection connection, string uniqueId)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The unique id of the message |
Return Value
HeaderCollection that represents collection of the headers
See Also
- class HeaderCollection
- interface IConnection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3Client.GetMessageHeaders method (4 of 4)
Gets the message headers
public HeaderCollection GetMessageHeaders(string uniqueId)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The unique id of the message |
Return Value
HeaderCollection that represents collection of the headers
See Also
- class HeaderCollection
- class Pop3Client
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email