DotMSN

MailboxStatusEventArgs Constructor 

Constructory.

[Visual Basic]
Public Sub New( _
   ByVal inboxUnread As Integer, _
   ByVal foldersUnread As Integer, _
   ByVal inboxURL As Uri, _
   ByVal foldersURL As Uri, _
   ByVal postURL As Uri _
)
[C#]
public MailboxStatusEventArgs(
   int inboxUnread,
   int foldersUnread,
   Uri inboxURL,
   Uri foldersURL,
   Uri postURL
);

Parameters

inboxUnread
foldersUnread
inboxURL
foldersURL
postURL

See Also

MailboxStatusEventArgs Class | XihSolutions.DotMSN Namespace