API Reference

Enum

EmailStorePstMutationOperationKind

Namespace OfficeIMO.Email.Store
Assembly OfficeIMO.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Kind of effective operation in a PST mutation dry run.

Inheritance

  • Enum
  • EmailStorePstMutationOperationKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const EmailStorePstMutationOperationKind CreateFolder #

Create a folder.

Value: 0
public const EmailStorePstMutationOperationKind RenameFolder #

Rename a folder.

Value: 1
public const EmailStorePstMutationOperationKind MoveFolder #

Move a folder.

Value: 2
public const EmailStorePstMutationOperationKind DeleteFolder #

Delete a folder.

Value: 3
public const EmailStorePstMutationOperationKind AddItem #

Add a new item.

Value: 4
public const EmailStorePstMutationOperationKind CopyItem #

Copy a source item.

Value: 5
public const EmailStorePstMutationOperationKind ReplaceItem #

Replace a complete item.

Value: 6
public const EmailStorePstMutationOperationKind PatchItem #

Patch properties or attachments.

Value: 7
public const EmailStorePstMutationOperationKind MoveItem #

Move an item or change its associated-content placement.

Value: 8
public const EmailStorePstMutationOperationKind DeleteItem #

Delete an item.

Value: 9