Aspose::Email::Storage Namespace Reference

Namespaces

 Mbox
 
 Nsf
 
 Olm
 
 Pst
 
 Zimbra
 

Classes

class  MailboxConverter
 Provides mailbox conversion routines. More...
 
class  MailStorageConverter
 Mail storage converter provides services for storage conversion operations. More...
 
class  MboxToPstConversionOptions
 This class allows the user to specify additional options when converting from Mbox to PST. More...
 
class  MimeItemCopyEventArgs
 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. More...
 
class  NewStorageEventArgs
 Represents arguments used in events that are raised after a new storage file is created or after it is processed. More...
 

Typedefs

using MimeItemCopyEventHandler = System::MulticastDelegate< void(System::SharedPtr< System::Object >, System::SharedPtr< Aspose::Email::Storage::MimeItemCopyEventArgs >)>
 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. More...
 
using NewStorageEventHandler = System::MulticastDelegate< void(System::SharedPtr< System::Object >, System::SharedPtr< Aspose::Email::Storage::NewStorageEventArgs >)>
 Represents a delegate for handling events that occur after a new storage file is created or processed. More...
 

Typedef Documentation

◆ MimeItemCopyEventHandler

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.

Parameters
senderThe source of the event, often an object raising the event.
eEvent arguments containing information about the copy operation.

◆ NewStorageEventHandler

Represents a delegate for handling events that occur after a new storage file is created or processed.

Parameters
senderThe source of the event, often an object raising the event.
eEvent arguments containing information about the new storage file.