Click or drag to resize

ImapGetHeadersByUID(MimeStructure) Method

Gets MIME headers for specified MIME entity using UID.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public byte[] GetHeadersByUID(
	MimeStructure structure
)

Parameters

structure  MimeStructure
MIME entity to get headers for.

Return Value

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