 | ImapGetTextByUID(MimeTextStructure, Int64) Method |
Gets text data of the specified part using
UID. Fills
Text.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string GetTextByUID(
MimeTextStructure structure,
long count
)
Public Function GetTextByUID (
structure As MimeTextStructure,
count As Long
) As String
public:
String^ GetTextByUID(
MimeTextStructure^ structure,
long long count
)
member GetTextByUID :
structure : MimeTextStructure *
count : int64 -> string Parameters
- structure MimeTextStructure
- MIME entity to get data for.
- count Int64
- Number of bytes (decoded) to get.
Return Value
StringPart's data -or- null if server responds with NIL response.
See Also