| ImapGetHeadersByUID 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 byte[] GetHeadersByUID(
MimeStructure structure
)
Public Function GetHeadersByUID (
structure As MimeStructure
) As Byte()
public:
array<unsigned char>^ GetHeadersByUID(
MimeStructure^ structure
)
member GetHeadersByUID :
structure : MimeStructure -> byte[]
Parameters
- structure
- Type: Limilabs.Client.IMAPMimeStructure
MIME entity to get headers for.
Return Value
Type:
ByteHeaders of the requested MIME entity. You can use
CreateFromEml(Byte) to parse them.
See Also