Delegate MimeItemCopyEventHandler
MimeItemCopyEventHandler delegate
Represents a delegate for handling events related to the copying of Mime items, typically used in scenarios where a MailMessage object is copied from one storage to another.
public delegate void MimeItemCopyEventHandler(object sender, MimeItemCopyEventArgs e);
Parameter | Type | Description |
---|---|---|
sender | Object | The source of the event, often an object raising the event. |
e | MimeItemCopyEventArgs | Event arguments containing information about the copy operation. |
See Also
- class MimeItemCopyEventArgs
- namespace Aspose.Email.Storage
- assembly Aspose.Email