EmailFolder.TrySaveAsync 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.
Asynchronously attempts to save changes to the folder.
public:
virtual IAsyncOperation<bool> ^ TrySaveAsync() = TrySaveAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TrySaveAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TrySaveAsync();
function trySaveAsync()
Public Function TrySaveAsync () As IAsyncOperation(Of Boolean)
Returns
A Boolean value indicating if the save was successful.
- Attributes
Windows requirements
App capabilities |
email
emailSystem
|