DotMSN

MailChangedEventArgs Members

MailChangedEventArgs overview

Public Instance Constructors

MailChangedEventArgs Constructor Constructor, mainly used internal by the library.

Public Instance Properties

Count The number of mails moved
DestinationFolder The destination folder the mail(s) are moved to
MailsAreRead Indicates whether mails are moved between folders or if unread mails are read. When sourcefolder and destination folder are the same this means the mails are not moved but read, and MailsRead will return true. Otherwise it will return false.
SourceFolder The source folder the mail(s) are moved from

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

MailChangedEventArgs Class | XihSolutions.DotMSN Namespace