Delegate MailStorageConverter.MailHandler

MailStorageConverter.MailHandler delegate

Represents the method that will handle an event that occurs after successfully reading a message from the Mbox and before adding it to Pst.

public delegate void MailHandler(MailMessage message);

Remarks

The handler can be used to any additional message changes before adding to the PST.

See Also