Occurs when unread mail is read or mail is moved by the Owner.
The event handler receives an argument of type MailChangedEventArgs containing data related to this event. The following MailChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
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 |
NSMessageHandler Class | XihSolutions.DotMSN Namespace