API Reference

Class

EmailAttachmentPatchChange

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

One immutable attachment-list patch operation.

Inheritance

  • Object
  • EmailAttachmentPatchChange

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

Properties

public EmailAttachmentPatchOperation Operation { get; } #

Operation to apply.

public Nullable<Int32> Index { get; } #

Zero-based index for remove and replace operations.

public EmailAttachment Attachment { get; } #

Attachment for add and replace operations.