Click or drag to resize

ImapGetTextByUIDAsync Method (ListMimeTextStructure)

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 GetTextByUIDAsync(
	List<MimeTextStructure> structures
)

Parameters

structures
Type: System.Collections.GenericListMimeTextStructure
List of MIME entity to get data for.

Return Value

Type: Task
A task that represents the asynchronous get text operation.
See Also