Gets specified mail message from server. This method in contrast to GetMessage(Int64) does not set the Seen.
Use MailBuilder to create IMail object.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public string PeekMessageByUID( long uid ) |
| Visual Basic |
|---|
Public Function PeekMessageByUID ( _ uid As Long _ ) As String |
| Visual C++ |
|---|
public: String^ PeekMessageByUID( long long uid ) |
Parameters
- uid
- Type: System..::..Int64
Unique-id of the message to get.