[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:QPulseWebServices.Contracts.Service.ICore.SendEmail(System.String,System.String,System.String,System.String,QPulseWebServices.Contracts.Data.Recipient,System.String)"]
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.7610.0
Syntax
C# |
---|
void SendEmail( string token, string subject, string body, string isHtml, Recipient recipient, string from ) |
Parameters
- token
- Type: System..::..String
[Missing <param name="token"/> documentation for "M:QPulseWebServices.Contracts.Service.ICore.SendEmail(System.String,System.String,System.String,System.String,QPulseWebServices.Contracts.Data.Recipient,System.String)"]
- subject
- Type: System..::..String
[Missing <param name="subject"/> documentation for "M:QPulseWebServices.Contracts.Service.ICore.SendEmail(System.String,System.String,System.String,System.String,QPulseWebServices.Contracts.Data.Recipient,System.String)"]
- body
- Type: System..::..String
[Missing <param name="body"/> documentation for "M:QPulseWebServices.Contracts.Service.ICore.SendEmail(System.String,System.String,System.String,System.String,QPulseWebServices.Contracts.Data.Recipient,System.String)"]
- isHtml
- Type: System..::..String
[Missing <param name="isHtml"/> documentation for "M:QPulseWebServices.Contracts.Service.ICore.SendEmail(System.String,System.String,System.String,System.String,QPulseWebServices.Contracts.Data.Recipient,System.String)"]
- recipient
- Type: QPulseWebServices.Contracts.Data..::..Recipient
[Missing <param name="recipient"/> documentation for "M:QPulseWebServices.Contracts.Service.ICore.SendEmail(System.String,System.String,System.String,System.String,QPulseWebServices.Contracts.Data.Recipient,System.String)"]
- from
- Type: System..::..String
[Missing <param name="from"/> documentation for "M:QPulseWebServices.Contracts.Service.ICore.SendEmail(System.String,System.String,System.String,System.String,QPulseWebServices.Contracts.Data.Recipient,System.String)"]