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

Namespace:  Lesnikowski.Client
Assembly:  Mail (in Mail.dll) Version: 3.0.10208.1049

Syntax

C#
[ObsoleteAttribute("Please use GetHeadersByUID instead")]
public string GetMessageHeaderByUID(
	string uid
)
Visual Basic (Declaration)
<ObsoleteAttribute("Please use GetHeadersByUID instead")> _
Public Function GetMessageHeaderByUID ( _
	uid As String _
) As String
Visual C++
[ObsoleteAttribute(L"Please use GetHeadersByUID instead")]
public:
String^ GetMessageHeaderByUID(
	String^ uid
)

Parameters

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

Return Value

String containing mail message headers.

See Also