Table of Contents

Class DocumentCC

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The CC Details has the property email address.

[DataContract]
public class DocumentCC
Inheritance
DocumentCC
Inherited Members

Constructors

DocumentCC(string)

Initializes a new instance of the DocumentCC class.

public DocumentCC(string emailAddress = null)

Parameters

emailAddress string

Gets or sets the email address. (required).

Properties

EmailAddress

Gets or sets the email address of the CC.

[DataMember(Name = "emailAddress", EmitDefaultValue = true)]
public string EmailAddress { get; set; }

Property Value

string

Gets or sets the email address.