Table of Contents

Class TemplateSenderDetail

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The template sender user details have functions that define the email address, name of user ID of the recipient.

[DataContract]
public class TemplateSenderDetail
Inheritance
TemplateSenderDetail
Inherited Members

Constructors

TemplateSenderDetail(string, string)

Initializes a new instance of the TemplateSenderDetail class.

public TemplateSenderDetail(string name = null, string emailAddress = null)

Parameters

name string

Gets or sets recipient Name..

emailAddress string

Gets or sets recipient Email address..

Properties

EmailAddress

Gets or sets recipient Email address.

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

Property Value

string

Gets the value of recipient Email address.

Name

Gets or sets recipient Name.

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

Property Value

string

Gets the value of recipient Name.

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.