Gets specific headers of the specified email message from server.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public MessageData GetSpecificHeadersByUID( long uid, string[] headers ) |
| Visual Basic |
|---|
Public Function GetSpecificHeadersByUID ( _ uid As Long, _ headers As String() _ ) As MessageData |
| Visual C++ |
|---|
public: MessageData^ GetSpecificHeadersByUID( long long uid, array<String^>^ headers ) |
Parameters
- uid
- Type: System..::..Int64
Unique-id of the message to get information for.
- headers
- Type: array<System..::..String>[]()[][]
Headers to get.