Gets the text data for specified part.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public string GetMimePartTextByUID(
	long uid,
	MimeStructure part
)
Visual Basic
Public Function GetMimePartTextByUID ( _
	uid As Long, _
	part As MimeStructure _
) As String
Visual C++
public:
String^ GetMimePartTextByUID(
	long long uid, 
	MimeStructure^ part
)

Parameters

uid
Type: System..::..Int64
Unique-id of the message to get.
part
Type: Limilabs.Client.IMAP..::..MimeStructure
Mime part to get.

Return Value

Text body of the part.

See Also