Click or drag to resize

ImapPeekDataByNumberAsync Method (MimeStructure, Int64)

Peeks data of the specified part using MessageNumber. Fills Data and Text in case of MimeTextStructure.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.22105.1207
Syntax
public Task<byte[]> PeekDataByNumberAsync(
	MimeStructure structure,
	long count
)

Parameters

structure
Type: Limilabs.Client.IMAPMimeStructure
MIME entity to get data for.
count
Type: SystemInt64
Number of bytes (decoded) to get.

Return Value

Type: TaskByte
Part's data -or- null if server responds with NIL response.
See Also