UserConfiguration.Save Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Save(String, FolderId) |
Saves the user configuration by setting the user configuration name and the folder identifier of the folder that contains the user configuration. |
Save(String, WellKnownFolderName) |
Saves the user configuration by setting the user configuration name and the well-known folder name of the folder that contains the user configuration. |
Save(String, FolderId)
Saves the user configuration by setting the user configuration name and the folder identifier of the folder that contains the user configuration.
public:
void Save(System::String ^ name, Microsoft::Exchange::WebServices::Data::FolderId ^ parentFolderId);
public void Save (string name, Microsoft.Exchange.WebServices.Data.FolderId parentFolderId);
Public Sub Save (name As String, parentFolderId As FolderId)
Parameters
- name
- String
The name of the user configuration object.
- parentFolderId
- FolderId
The folder identifier that identifies the folder that will contain the saved user configuration object.
Remarks
Calling the method results in a call to Exchange Web Services (EWS).
Applies to
Save(String, WellKnownFolderName)
Saves the user configuration by setting the user configuration name and the well-known folder name of the folder that contains the user configuration.
public:
void Save(System::String ^ name, Microsoft::Exchange::WebServices::Data::WellKnownFolderName parentFolderName);
public void Save (string name, Microsoft.Exchange.WebServices.Data.WellKnownFolderName parentFolderName);
Public Sub Save (name As String, parentFolderName As WellKnownFolderName)
Parameters
- name
- String
The name of the user configuration object.
- parentFolderName
- WellKnownFolderName
The well-known folder name that identifies the folder that will contain the saved user configuration object.
Remarks
Calling the method results in a call to Exchange Web Services (EWS).