Gets all headers of the specified mail message from server. Use MailBuilder to create IMail object.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public string GetHeadersByUID(
	long uid
)
Visual Basic
Public Function GetHeadersByUID ( _
	uid As Long _
) As String
Visual C++
public:
String^ GetHeadersByUID(
	long long uid
)

Parameters

uid
Type: System..::..Int64
Unique-id of the message to get.

Return Value

String containing mail message headers.

See Also