Partager via


MobileItem.SaveAs Method (Outlook)

Saves the Microsoft Outlook item to the specified path and in the format of the specified file type.

Version Information

Version Added: Outlook 2010

Syntax

expression .SaveAs(Path, Type)

expression A variable that represents a MobileItem 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, olMHTML, olMSG, or olTXT.

Remarks

If the file type is not specified, olMSG is used.

If the type is an unsupported format, the SaveAs method returns an error.

See Also

Concepts

MobileItem Object

MobileItem Object Members