PowerTCP Mail for .NET
FirstUnseen Property




Gets the first unseen message in the mailbox.
Syntax
Public ReadOnly Property FirstUnseen As ImapMessage
Dim instance As Mailbox
Dim value As ImapMessage
 
value = instance.FirstUnseen
public ImapMessage FirstUnseen {get;}
public: __property ImapMessage* get_FirstUnseen();
public:
property ImapMessage^ FirstUnseen {
   ImapMessage^ get();
}

Property Value

ImapMessage.
Remarks
Returns null if no message is unseen.
See Also

Reference

Mailbox Class
Mailbox Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic