API Reference

Enum

EmailAttachmentContentLifetime

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

Describes how attachment content sources participated in one write.

Inheritance

  • Enum
  • EmailAttachmentContentLifetime

Usage

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

Values

public const EmailAttachmentContentLifetime NotAccessed #

Attachment sources were not opened because preserved source bytes were reused or writing was blocked.

Value: 0
public const EmailAttachmentContentLifetime OperationScoped #

Attachment streams were opened, consumed, and disposed inside the write operation. The result does not retain store handles, streams, or attachment payloads.

Value: 1