Folder.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(FolderId) |
Saves this folder in a specific folder. |
Save(WellKnownFolderName) |
Saves this folder in a specific folder. |
Save(FolderId)
Saves this folder in a specific folder.
public:
void Save(Microsoft::Exchange::WebServices::Data::FolderId ^ parentFolderId);
public void Save (Microsoft.Exchange.WebServices.Data.FolderId parentFolderId);
Public Sub Save (parentFolderId As FolderId)
Parameters
- parentFolderId
- FolderId
The identifier of the folder in which to save this folder.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).
Applies to
Save(WellKnownFolderName)
Saves this folder in a specific folder.
public:
void Save(Microsoft::Exchange::WebServices::Data::WellKnownFolderName parentFolderName);
public void Save (Microsoft.Exchange.WebServices.Data.WellKnownFolderName parentFolderName);
Public Sub Save (parentFolderName As WellKnownFolderName)
Parameters
- parentFolderName
- WellKnownFolderName
The name of the folder in which to save this folder.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).