Pop3ClientGetMessageHeaders Method (IConnection, String) |
Gets the message headers
Namespace:
Aspose.Email.Clients.Pop3
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic HeaderCollection GetMessageHeaders(
IConnection connection,
string uniqueId
)
Public Function GetMessageHeaders (
connection As IConnection,
uniqueId As String
) As HeaderCollection
public:
HeaderCollection^ GetMessageHeaders(
IConnection^ connection,
String^ uniqueId
)
member GetMessageHeaders :
connection : IConnection *
uniqueId : string -> HeaderCollection
Parameters
- connection
- Type: Aspose.Email.ClientsIConnection
Connection to a server - uniqueId
- Type: SystemString
The unique id of the message
Return Value
Type:
HeaderCollectionHeaderCollection that represents collection of the headers
See Also