DotMSN

MailChangedEventArgs Constructor 

Constructor, mainly used internal by the library.

[Visual Basic]
Public Sub New( _
   ByVal sourceFolder As String, _
   ByVal destinationFolder As String, _
   ByVal count As Integer _
)
[C#]
public MailChangedEventArgs(
   string sourceFolder,
   string destinationFolder,
   int count
);

Parameters

sourceFolder
destinationFolder
count

See Also

MailChangedEventArgs Class | XihSolutions.DotMSN Namespace