DocumentItem.SaveAs method (Outlook)
Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.
Syntax
expression.SaveAs (Path, Type)
expression A variable that represents a DocumentItem object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Path | Required | String | The path in which to save the item. |
Type | Optional | Variant | The file type to save. Can be one of the following OlSaveAsType constants: olHTML, olMSG, olRTF, olTemplate, olDoc, olTXT, olVCal, olVCard, olICal, or olMSGUnicode. |
Remarks
Also note that even though olDoc is a valid OlSaveAsType constant, messages in HTML format cannot be saved in Document format, and the olDoc constant works only if Microsoft Word is set up as the default email editor.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.