MboxSaveOptions
Inheritance: java.lang.Object
public class MboxSaveOptions
Specifies additional options when save a Mbox storage.
Constructors
| Constructor | Description |
|---|---|
| MboxSaveOptions() |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getFromShouldBeEscaped() | Gets or sets a value indicating whether to escape the “From” string at the beginning of a line in the body of an email message. |
| getLeaveOpen() | Gets or sets a value indicating whether to keep the underlying stream open after disposing. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setFromShouldBeEscaped(boolean value) | Gets or sets a value indicating whether to escape the “From” string at the beginning of a line in the body of an email message. |
| setLeaveOpen(boolean value) | Gets or sets a value indicating whether to keep the underlying stream open after disposing. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
MboxSaveOptions()
public MboxSaveOptions()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFromShouldBeEscaped()
public final boolean getFromShouldBeEscaped()
Gets or sets a value indicating whether to escape the “From” string at the beginning of a line in the body of an email message. The default value is false.
Returns: boolean
getLeaveOpen()
public final boolean getLeaveOpen()
Gets or sets a value indicating whether to keep the underlying stream open after disposing. Default value is false.
Returns: boolean
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setFromShouldBeEscaped(boolean value)
public final void setFromShouldBeEscaped(boolean value)
Gets or sets a value indicating whether to escape the “From” string at the beginning of a line in the body of an email message. The default value is false.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setLeaveOpen(boolean value)
public final void setLeaveOpen(boolean value)
Gets or sets a value indicating whether to keep the underlying stream open after disposing. Default value is false.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |