Class CreateConnectorWithOptions
Options for creating an inbox connection with an external mail provider including extra settings
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "CreateConnectorWithOptions")]
public class CreateConnectorWithOptions : IValidatableObject
Constructors
View SourceCreateConnectorWithOptions()
Initializes a new instance of the CreateConnectorWithOptions class.
Declaration
[JsonConstructor]
protected CreateConnectorWithOptions()
CreateConnectorWithOptions(CreateConnectorOptions, CreateConnectorImapConnectionOptions, CreateConnectorSmtpConnectionOptions, CreateConnectorSyncSettingsOptions)
Initializes a new instance of the CreateConnectorWithOptions class.
Declaration
public CreateConnectorWithOptions(CreateConnectorOptions createConnectorOptions = null, CreateConnectorImapConnectionOptions createConnectorImapConnectionOptions = null, CreateConnectorSmtpConnectionOptions createConnectorSmtpConnectionOptions = null, CreateConnectorSyncSettingsOptions createConnectorSyncSettingsOptions = null)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateConnectorOptions | createConnectorOptions | createConnectorOptions (required). |
| CreateConnectorImapConnectionOptions | createConnectorImapConnectionOptions | createConnectorImapConnectionOptions. |
| CreateConnectorSmtpConnectionOptions | createConnectorSmtpConnectionOptions | createConnectorSmtpConnectionOptions. |
| CreateConnectorSyncSettingsOptions | createConnectorSyncSettingsOptions | createConnectorSyncSettingsOptions. |
Properties
View SourceCreateConnectorImapConnectionOptions
Gets or Sets CreateConnectorImapConnectionOptions
Declaration
[DataMember(Name = "createConnectorImapConnectionOptions", EmitDefaultValue = false)]
public CreateConnectorImapConnectionOptions CreateConnectorImapConnectionOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateConnectorImapConnectionOptions |
CreateConnectorOptions
Gets or Sets CreateConnectorOptions
Declaration
[DataMember(Name = "createConnectorOptions", IsRequired = true, EmitDefaultValue = true)]
public CreateConnectorOptions CreateConnectorOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateConnectorOptions |
CreateConnectorSmtpConnectionOptions
Gets or Sets CreateConnectorSmtpConnectionOptions
Declaration
[DataMember(Name = "createConnectorSmtpConnectionOptions", EmitDefaultValue = false)]
public CreateConnectorSmtpConnectionOptions CreateConnectorSmtpConnectionOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateConnectorSmtpConnectionOptions |
CreateConnectorSyncSettingsOptions
Gets or Sets CreateConnectorSyncSettingsOptions
Declaration
[DataMember(Name = "createConnectorSyncSettingsOptions", EmitDefaultValue = false)]
public CreateConnectorSyncSettingsOptions CreateConnectorSyncSettingsOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateConnectorSyncSettingsOptions |
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 |