MboxLoadOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject, com.groupdocs.conversion.options.load.LoadOptions
All Implemented Interfaces: com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptions
public class MboxLoadOptions extends LoadOptions implements IDocumentsContainerLoadOptions
Options for loading Mbox documents.
| Constructor | Description |
|---|---|
| MboxLoadOptions() | Initializes new instance of class. |
| Method | Description |
|---|---|
| isConvertOwner() | The owner will not be converted |
| isConvertOwned() | {@inheritDoc} |
| getDepth() | {@inheritDoc} Default: 3 |
| setDepth(int depth) | {@inheritDoc} |
| getEqualityComponents() | {@inheritDoc} |
public MboxLoadOptions()
Initializes new instance of class.
public boolean isConvertOwner()
The owner will not be converted
Returns: boolean
public boolean isConvertOwned()
Option to control whether the owned documents in the documents container must be converted
Returns: boolean
public int getDepth()
Option to control how many levels in depth to perform conversion Default: 3
Returns: int
public void setDepth(int depth)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| depth | int |
public List<Object> getEqualityComponents()
Returns: java.util.List<java.lang.Object>
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.