| ImapGetTextByUID Method (MimeTextStructure) |
Gets text data of the specified part using
UID. Fills
Text.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string GetTextByUID(
MimeTextStructure structure
)
Public Function GetTextByUID (
structure As MimeTextStructure
) As String
public:
String^ GetTextByUID(
MimeTextStructure^ structure
)
member GetTextByUID :
structure : MimeTextStructure -> string
Parameters
- structure
- Type: Limilabs.Client.IMAPMimeTextStructure
MIME entity to get data for.
Return Value
Type:
StringPart's data -or- null if server responds with NIL response.
See Also