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

This object contains information abut a BCC email archive configuration (a BCC email address used to archive DocuSign-generated emails). More...

Inheritance diagram for DocuSign.eSign.Model.BccEmailArchive:

Public Member Functions

 BccEmailArchive (string AccountId=default(string), string BccEmailArchiveId=default(string), string Created=default(string), UserInfo CreatedBy=default(UserInfo), string Email=default(string), string EmailNotificationId=default(string), string Modified=default(string), UserInfo ModifiedBy=default(UserInfo), string Status=default(string), string Uri=default(string))
 Initializes a new instance of the BccEmailArchive 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 (BccEmailArchive other)
 Returns true if BccEmailArchive 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 BccEmailArchiveId [get, set]
 Gets or Sets BccEmailArchiveId More...
 
string Created [get, set]
 Gets or Sets Created More...
 
UserInfo CreatedBy [get, set]
 Details about the user who created the BCC email archive configuration. More...
 
string Email [get, set]
 Gets or Sets Email More...
 
string EmailNotificationId [get, set]
 Gets or Sets EmailNotificationId 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...
 
string Uri [get, set]
 Gets or Sets Uri More...
 

Detailed Description

This object contains information abut a BCC email archive configuration (a BCC email address used to archive DocuSign-generated emails).

Constructor & Destructor Documentation

◆ BccEmailArchive()

DocuSign.eSign.Model.BccEmailArchive.BccEmailArchive ( string  AccountId = default(string),
string  BccEmailArchiveId = default(string),
string  Created = default(string),
UserInfo  CreatedBy = default(UserInfo),
string  Email = default(string),
string  EmailNotificationId = default(string),
string  Modified = default(string),
UserInfo  ModifiedBy = default(UserInfo),
string  Status = default(string),
string  Uri = default(string) 
)
inline

Initializes a new instance of the BccEmailArchive class.

Parameters
AccountIdThe account ID associated with the envelope..
BccEmailArchiveIdBccEmailArchiveId.
CreatedCreated.
CreatedByDetails about the user who created the BCC email archive configuration..
EmailEmail.
EmailNotificationIdEmailNotificationId.
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..
UriUri.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BccEmailArchive instances are equal

Parameters
otherInstance of BccEmailArchive to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AccountId

string DocuSign.eSign.Model.BccEmailArchive.AccountId
getset

The account ID associated with the envelope.

The account ID associated with the envelope.

◆ BccEmailArchiveId

string DocuSign.eSign.Model.BccEmailArchive.BccEmailArchiveId
getset

Gets or Sets BccEmailArchiveId

◆ Created

string DocuSign.eSign.Model.BccEmailArchive.Created
getset

Gets or Sets Created

◆ CreatedBy

UserInfo DocuSign.eSign.Model.BccEmailArchive.CreatedBy
getset

Details about the user who created the BCC email archive configuration.

Details about the user who created the BCC email archive configuration.

◆ Email

string DocuSign.eSign.Model.BccEmailArchive.Email
getset

Gets or Sets Email

◆ EmailNotificationId

string DocuSign.eSign.Model.BccEmailArchive.EmailNotificationId
getset

Gets or Sets EmailNotificationId

◆ Modified

string DocuSign.eSign.Model.BccEmailArchive.Modified
getset

Gets or Sets Modified

◆ ModifiedBy

UserInfo DocuSign.eSign.Model.BccEmailArchive.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.BccEmailArchive.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.

◆ Uri

string DocuSign.eSign.Model.BccEmailArchive.Uri
getset

Gets or Sets Uri


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