Click or drag to resize

ImapGetDataByNumber Method (ListMimeStructure)

Gets data of the specified part using MessageNumber. 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 GetDataByNumber(
	List<MimeStructure> structures
)

Parameters

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