Click or drag to resize

ImapGetTextByUIDAsync Method (MimeTextStructure)

Gets text data of the specified part using UID. Fills Data and Text in case of MimeTextStructure.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Task<string> GetTextByUIDAsync(
	MimeTextStructure structure
)

Parameters

structure
Type: Limilabs.Client.IMAPMimeTextStructure
MIME entity to get data for.

Return Value

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