Class MailTask.QuoteMail
Inherited Members
Namespace: SuperOffice.CRM.Web.Util
Assembly: SuperOffice.CRMWeb.dll
Syntax
protected class QuoteMail
Constructors
QuoteMail(String, String, String, String)
Declaration
public QuoteMail(string toAddress, string toName, string subject, string body)
Parameters
| Type | Name | Description |
|---|---|---|
| String | toAddress | |
| String | toName | |
| String | subject | |
| String | body |
Fields
Body
Declaration
public string Body
Field Value
| Type | Description |
|---|---|
| String |
Subject
Declaration
public string Subject
Field Value
| Type | Description |
|---|---|
| String |
ToAddress
Declaration
public string ToAddress
Field Value
| Type | Description |
|---|---|
| String |
ToName
Declaration
public string ToName
Field Value
| Type | Description |
|---|---|
| String |