DotMSN

NSMessageHandler.MailboxStatusReceived Event

Occurs when the server notifies the client with the status of the owner's mailbox.

[Visual Basic]
Public Event MailboxStatusReceived As MailboxStatusEventHandler
[C#]
public event MailboxStatusEventHandler MailboxStatusReceived;

Event Data

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

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace