Click or drag to resize

ImapGetHeadersByUIDAsync Method (MimeStructure)

Gets MIME headers for specified MIME entity using UID.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Task<byte[]> GetHeadersByUIDAsync(
	MimeStructure structure
)

Parameters

structure
Type: Limilabs.Client.IMAPMimeStructure
MIME entity to get headers for.

Return Value

Type: TaskByte
Headers of the requested MIME entity. You can use CreateFromEml(Byte) to parse them.
See Also