Peeks the 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 byte[] PeekMimePartByUID( long uid, MimeStructure part ) |
| Visual Basic |
|---|
Public Function PeekMimePartByUID ( _ uid As Long, _ part As MimeStructure _ ) As Byte() |
| Visual C++ |
|---|
public: array<unsigned char>^ PeekMimePartByUID( 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.