Class MimeItemCopyEventArgs

MimeItemCopyEventArgs class

Represents event arguments related to a copying of a MailMessage object from one storage to another, either before the copy begins or after it is complete.

public class MimeItemCopyEventArgs : EventArgs

Properties

NameDescription
Item { get; }Gets the encapsulated MailMessage object.

See Also