Class EmailAttachmentFilter
- Namespace
- Mailtrap.Attachments.Models
- Assembly
- Mailtrap.Abstractions.dll
Represents a set of filtering parameters for the message attachment fetching.
public sealed record EmailAttachmentFilter : IEquatable<EmailAttachmentFilter>
- Inheritance
-
EmailAttachmentFilter
- Implements
Properties
Disposition
Gets or sets a disposition type of attachments that will be returned by fetch.
If specified, only attachments with particular DispositionType are returned.
public DispositionType? Disposition { get; set; }
Property Value
- DispositionType
Disposition type of attachments that will be returned by fetch.