Click or drag to resize

ImapGetTextByUID Method (MimeTextStructure, Int64)

Gets text data of the specified part using UID. Fills Text.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public string GetTextByUID(
	MimeTextStructure structure,
	long count
)

Parameters

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

Return Value

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