FetchMessagePartHeaders Method

Retrieves the headers of message part specified by PartID.

Syntax

public void FetchMessagePartHeaders(string partId);
Public Sub FetchMessagePartHeaders(ByVal PartId As String)

Remarks

This method retrieves RFC822 headers of the message part specified by PartID and stores them in the MessageHeaders property.

.NET Standard Notes

To call this method in an asynchronous manner call FetchMessagePartHeadersAsync instead. When the method completes (or an error is encountered) the FetchMessagePartHeadersCompleted event will fire.

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 .NET Edition - Version 20.0 [Build 7718]