Class MboxToPstConversionOptions
MboxToPstConversionOptions class
This class allows the user to specify additional options when converting from Mbox to PST.
public class MboxToPstConversionOptions
Constructors
Properties
Name | Description |
---|
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