DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.BccEmailArchiveHistory Class Reference

Contains details about the history of the BCC email archive configuration. More...

Inheritance diagram for DocuSign.eSign.Model.BccEmailArchiveHistory:

Public Member Functions

 BccEmailArchiveHistory (string AccountId=default(string), string Action=default(string), string Email=default(string), string Modified=default(string), UserInfo ModifiedBy=default(UserInfo), string Status=default(string))
 Initializes a new instance of the BccEmailArchiveHistory class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (BccEmailArchiveHistory other)
 Returns true if BccEmailArchiveHistory instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AccountId [get, set]
 The account ID associated with the envelope. More...
 
string Action [get, set]
 Gets or Sets Action More...
 
string Email [get, set]
 Gets or Sets Email More...
 
string Modified [get, set]
 Gets or Sets Modified More...
 
UserInfo ModifiedBy [get, set]
 Details about the user who last modified the BCC email archive configuration. More...
 
string Status [get, set]
 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. More...
 

Detailed Description

Contains details about the history of the BCC email archive configuration.

Constructor & Destructor Documentation

◆ BccEmailArchiveHistory()

DocuSign.eSign.Model.BccEmailArchiveHistory.BccEmailArchiveHistory ( string  AccountId = default(string),
string  Action = default(string),
string  Email = default(string),
string  Modified = default(string),
UserInfo  ModifiedBy = default(UserInfo),
string  Status = default(string) 
)
inline

Initializes a new instance of the BccEmailArchiveHistory class.

Parameters
AccountIdThe account ID associated with the envelope..
ActionAction.
EmailEmail.
ModifiedModified.
ModifiedByDetails about the user who last modified the BCC email archive configuration..
StatusIndicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later..

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.BccEmailArchiveHistory.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.BccEmailArchiveHistory.Equals ( BccEmailArchiveHistory  other)
inline

Returns true if BccEmailArchiveHistory instances are equal

Parameters
otherInstance of BccEmailArchiveHistory to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.BccEmailArchiveHistory.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.BccEmailArchiveHistory.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.BccEmailArchiveHistory.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AccountId

string DocuSign.eSign.Model.BccEmailArchiveHistory.AccountId
getset

The account ID associated with the envelope.

The account ID associated with the envelope.

◆ Action

string DocuSign.eSign.Model.BccEmailArchiveHistory.Action
getset

Gets or Sets Action

◆ Email

string DocuSign.eSign.Model.BccEmailArchiveHistory.Email
getset

Gets or Sets Email

◆ Modified

string DocuSign.eSign.Model.BccEmailArchiveHistory.Modified
getset

Gets or Sets Modified

◆ ModifiedBy

UserInfo DocuSign.eSign.Model.BccEmailArchiveHistory.ModifiedBy
getset

Details about the user who last modified the BCC email archive configuration.

Details about the user who last modified the BCC email archive configuration.

◆ Status

string DocuSign.eSign.Model.BccEmailArchiveHistory.Status
getset

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.


The documentation for this class was generated from the following file: