API Reference
Class
ImapAttachmentIngestOptions
Provides imap attachment ingest options functionality.
Inheritance
- Object
- ImapAttachmentIngestOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public ImapAttachmentIngestOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Host { get; set; } #Gets or sets the host value.
public Int32 Port { get; set; } #Gets or sets the port value.
public Boolean UseSsl { get; set; } #Gets or sets the use ssl value.
public String Username { get; set; } #Gets or sets the username value.
public String Password { get; set; } #Gets or sets the password value.
public String Mailbox { get; set; } #Gets or sets the mailbox value.
public Nullable<DateTimeOffset> SinceUtc { get; set; } #Gets or sets the since utc value.
public Int32 MaxMessages { get; set; } #Gets or sets the max messages value.
public Boolean OnlyUnseen { get; set; } #Gets or sets the only unseen value.
public Boolean RequireAttachments { get; set; } #Gets or sets the require attachments value.
public String SubjectContains { get; set; } #Gets or sets the subject contains value.
public Int64 MaxAttachmentBytes { get; set; } #Gets or sets the max attachment bytes value.