Class ImapFlagOperationOptions
IMAP operation flags
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "ImapFlagOperationOptions")]
public class ImapFlagOperationOptions : IValidatableObject
Constructors
View SourceImapFlagOperationOptions()
Initializes a new instance of the Imap
Declaration
[JsonConstructor]
protected ImapFlagOperationOptions()
ImapFlagOperationOptions(FlagOperationEnum, List<string>)
Initializes a new instance of the Imap
Declaration
public ImapFlagOperationOptions(ImapFlagOperationOptions.FlagOperationEnum flagOperation = (ImapFlagOperationOptions.FlagOperationEnum)0, List<string> flags = null)
Parameters
Type | Name | Description |
---|---|---|
Imap |
flagOperation | flagOperation (required). |
List<string> | flags | flags (required). |
Properties
View SourceFlagOperation
Gets or Sets FlagOperation
Declaration
[DataMember(Name = "flagOperation", IsRequired = true, EmitDefaultValue = true)]
public ImapFlagOperationOptions.FlagOperationEnum FlagOperation { get; set; }
Property Value
Type | Description |
---|---|
Imap |
Flags
Gets or Sets Flags
Declaration
[DataMember(Name = "flags", IsRequired = true, EmitDefaultValue = true)]
public List<string> Flags { get; set; }
Property Value
Methods
View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
string | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | String presentation of the object |