MboxToPstConversionOptions

Inheritance: java.lang.Object

public class MboxToPstConversionOptions

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

Constructors

ConstructorDescription
MboxToPstConversionOptions()

Methods

MethodDescription
equals(Object arg0)
getClass()
getMessageHandler()Represents the method that will handle an event that occurs after successfully reading a message from the Mbox and before adding it to Pst.
getRemoveSignature()Gets or sets a value indicating whether signature will be removed while converting.
hashCode()
notify()
notifyAll()
setMessageHandler(MailStorageConverter.MailHandler value)Represents the method that will handle an event that occurs after successfully reading a message from the Mbox and before adding it to Pst.
setRemoveSignature(boolean value)Gets or sets a value indicating whether signature will be removed while converting.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MboxToPstConversionOptions()

public MboxToPstConversionOptions()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getMessageHandler()

public final MailStorageConverter.MailHandler getMessageHandler()

Represents the method that will handle an event that occurs after successfully reading a message from the Mbox and before adding it to Pst.

Returns: MailHandler

getRemoveSignature()

public final boolean getRemoveSignature()

Gets or sets a value indicating whether signature will be removed while converting.

Value: true if will be removed; otherwise, false .

Returns: boolean

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setMessageHandler(MailStorageConverter.MailHandler value)

public final void setMessageHandler(MailStorageConverter.MailHandler value)

Represents the method that will handle an event that occurs after successfully reading a message from the Mbox and before adding it to Pst.

Parameters:

ParameterTypeDescription
valueMailHandler

setRemoveSignature(boolean value)

public final void setRemoveSignature(boolean value)

Gets or sets a value indicating whether signature will be removed while converting.

Value: true if will be removed; otherwise, false .

Parameters:

ParameterTypeDescription
valueboolean

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int