Share via


_AutoFormatRules.Save Method

Save all changes to AutoFormatRule objects within the AutoFormatRules collection.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Sub Save
'Usage
Dim instance As _AutoFormatRules

instance.Save()
void Save()

Remarks

Any changes made to the AutoFormatRules collection, such as adding or removing AutoFormatRule objects, or to an AutoFormatRule object within the collection, are persisted only if this method is called.

See Also

Reference

_AutoFormatRules Interface

_AutoFormatRules Members

Microsoft.Office.Interop.Outlook Namespace