_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
<DispIdAttribute()> _
Sub Save
'Usage
Dim instance As _AutoFormatRules
instance.Save()
[DispIdAttribute()]
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.