Class TemplateSenderDetail
The template sender user details have functions that define the email address, name of user ID of the recipient.
Inheritance
System.Object
TemplateSenderDetail
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class TemplateSenderDetail : object
Constructors
| Improve this Doc View SourceTemplateSenderDetail(String, String)
Initializes a new instance of the TemplateSenderDetail class.
Declaration
public TemplateSenderDetail(string name = null, string emailAddress = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Gets or sets recipient Name.. |
System.String | emailAddress | Gets or sets recipient Email address.. |
Properties
| Improve this Doc View SourceEmailAddress
Gets or sets recipient Email address.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets the value of recipient Email address. |
Name
Gets or sets recipient Name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets the value of recipient Name. |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object.
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object. |