Table of Contents

Class DispositionType

Namespace
Mailtrap.Core.Models
Assembly
Mailtrap.Abstractions.dll

Represents attachment disposition type.

public sealed record DispositionType : StringEnum<DispositionType>, IEquatable<StringEnum<DispositionType>>, IEquatable<DispositionType>
Inheritance
DispositionType
Implements
Inherited Members

Properties

Attachment

Gets disposition type that results in the attached file require some action to be taken before it is displayed, such as opening or downloading the file.

public static DispositionType Attachment { get; }

Property Value

DispositionType

Static instance that results in the attached file require some action to be taken before it is displayed.

Inline

Gets disposition type that results in the attached file displayed automatically within the message.

public static DispositionType Inline { get; }

Property Value

DispositionType

Static instance that results in the attached file displayed automatically within the message.