DotMSN

MailboxStatusEventHandler Delegate

This delegate is used when the mailbox status of the contact list owner has changed.

[Visual Basic]
Public Delegate Sub MailboxStatusEventHandler( _
   ByVal sender As Object, _
   ByVal e As MailboxStatusEventArgs _
)
[C#]
public delegate void MailboxStatusEventHandler(
   object sender,
   MailboxStatusEventArgs e
);

Requirements

Namespace: XihSolutions.DotMSN

Assembly: XihSolutions.DotMSN (in XihSolutions.DotMSN.dll)

See Also

XihSolutions.DotMSN Namespace