API Reference
| Classic JavaDoc |
OutlookItem.saveAs
public void saveAs(String path)
public void saveAs(java.io.File file)
public void saveAs(String path, SaveAsType type)
public void saveAs(java.io.File file, SaveAsType type)
Deprecated:
Please use the method saveAs(java.io.File) instead.
Save this item to the specified file path.Throws:ComponentObjectModelException |
public void saveAs(java.io.File file)
Save this item to the specified file.Throws:
ComponentObjectModelException |
public void saveAs(String path, SaveAsType type)
Deprecated:
Please use the method saveAs(java.io.File, SaveAsType) instead.
Save this item to the specified file path in the specified format.Throws:ComponentObjectModelException | if the operation failed. |
public void saveAs(java.io.File file, SaveAsType type)
Save this item to the specified file in the specified format.Throws:
ComponentObjectModelException | if the operation failed. |
Community comments
Powered by JavaDocPlus