Occurs when the server notifies the client with the status of the owner's mailbox.
The event handler receives an argument of type MailboxStatusEventArgs containing data related to this event. The following MailboxStatusEventArgs properties provide information specific to this event.
Property | Description |
---|---|
FoldersUnread | Number of folders which are unread |
FoldersURL | The URL to go directly to the folders of the contactlist owner |
InboxUnread | Number of mails in the inbox which are unread |
InboxURL | The URL to go directly to the inbox of the contactlist owner |
PostURL | The URL to go directly to the webpage to compose a new mail |
NSMessageHandler Class | XihSolutions.DotMSN Namespace