Class DocumentCC
The CC Details has the property email address.
Inheritance
System.Object
DocumentCC
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class DocumentCC : object
Constructors
| Improve this Doc View SourceDocumentCC(String)
Initializes a new instance of the DocumentCC class.
Declaration
public DocumentCC(string emailAddress = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | emailAddress | Gets or sets the email address. (required). |
Properties
| Improve this Doc View SourceEmailAddress
Gets or sets the email address of the CC.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the email address. |