FetchMessagePartHeaders Method
Retrieves the headers of message part specified by PartID.
Syntax
[VB.NET] Public Sub FetchMessagePartHeaders(ByVal PartId As String)
[C#] public void FetchMessagePartHeaders(string partId);
Remarks
This method retrieves RFC822 headers of the message part specified by PartID and stores them in the MessageHeaders property.
NOTE: This method has a corresponding asynchronous version (FetchMessagePartHeadersAsync) for use in the Xamarin environment.