API Reference

Enum

EmailAttachmentPatchOperation

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

Kind of ordered attachment-list patch operation.

Inheritance

  • Enum
  • EmailAttachmentPatchOperation

Usage

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

Values

public const EmailAttachmentPatchOperation Add #

Append an attachment.

Value: 0
public const EmailAttachmentPatchOperation RemoveAt #

Remove the attachment currently at an index.

Value: 1
public const EmailAttachmentPatchOperation ReplaceAt #

Replace the attachment currently at an index.

Value: 2