FetchMessageHeaders Method
Retrieves the message headers of messages specified by the MessageSet property.
Syntax
[VB.NET] Public Sub FetchMessageHeaders()
[C#] public void FetchMessageHeaders();
Remarks
This method retrieves RFC822 headers of the message specified by MessageSet and stores them in the MessageHeaders property.
NOTE: This method has a corresponding asynchronous version (FetchMessageHeadersAsync) for use in the WinRT environment.