| ImapGetHeadersByNumber Method (MimeStructure) |
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public byte[] GetHeadersByNumber(
MimeStructure structure
)
Public Function GetHeadersByNumber (
structure As MimeStructure
) As Byte()
public:
array<unsigned char>^ GetHeadersByNumber(
MimeStructure^ structure
)
member GetHeadersByNumber :
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