Class MboxToPstConversionOptions

MboxToPstConversionOptions class

This class allows the user to specify additional options when converting from Mbox to PST.

public class MboxToPstConversionOptions

Constructors

NameDescription
MboxToPstConversionOptions()The default constructor.

Properties

NameDescription
MessageHandler { get; set; }Represents the method that will handle an event that occurs after successfully reading a message from the Mbox and before adding it to Pst.
RemoveSignature { get; set; }Gets or sets a value indicating whether signature will be removed while converting.

See Also