Click or drag to resize

ImapGetTextByUID(MimeTextStructure) Method

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

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public string GetTextByUID(
	MimeTextStructure structure
)

Parameters

structure  MimeTextStructure
MIME entity to get data for.

Return Value

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