API Reference
Class
EmailStorePstFolderCopyResult
Transaction-local mappings produced by a folder or subtree copy.
Inheritance
- Object
- EmailStorePstFolderCopyResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String RootFolderId { get; } #Transaction-local identifier of the copied root folder.
public IReadOnlyDictionary<String, String> FolderIdMap { get; } #Maps copied source folder IDs to transaction-local destination IDs.
public IReadOnlyDictionary<String, String> ItemIdMap { get; } #Maps copied source item IDs to transaction-local destination IDs.