Peeks the text data for specified part. Does not set the Seen flag.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public string PeekMimePartTextByUID( long uid, MimeStructure part ) |
| Visual Basic |
|---|
Public Function PeekMimePartTextByUID ( _ uid As Long, _ part As MimeStructure _ ) As String |
| Visual C++ |
|---|
public: String^ PeekMimePartTextByUID( 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.