Click or drag to resize

ImapGetDataByUID Method (ListMimeStructure)

Gets 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 void GetDataByUID(
	List<MimeStructure> structures
)

Parameters

structures
Type: System.Collections.GenericListMimeStructure
List of MIME entity to get data for.
See Also