Class ImapServerSearchResult
ImapServerSearchResult
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "ImapServerSearchResult")]
public class ImapServerSearchResult : IValidatableObjectConstructors
View SourceImapServerSearchResult()
Initializes a new instance of the ImapServerSearchResult class.
Declaration
[JsonConstructor]
protected ImapServerSearchResult()ImapServerSearchResult(List<ImapEmailProjection>)
Initializes a new instance of the ImapServerSearchResult class.
Declaration
public ImapServerSearchResult(List<ImapEmailProjection> results = null)Parameters
| Type | Name | Description | 
|---|---|---|
| List<ImapEmailProjection> | results | results (required). | 
Properties
View SourceResults
Gets or Sets Results
Declaration
[DataMember(Name = "results", IsRequired = true, EmitDefaultValue = true)]
public List<ImapEmailProjection> Results { get; set; }Property Value
| Type | Description | 
|---|---|
| List<ImapEmailProjection> | 
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 |