Class SfOutgoingEmail
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Outgoing Email
SObject Name: OutgoingEmail
Custom Object: False
public class SfOutgoingEmail : SObject
- Inheritance
-
SfOutgoingEmail
- Inherited Members
Properties
BccAddress
BCC
Name: BccAddress
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "bccAddress")]
[Updateable(false)]
[Createable(true)]
public string BccAddress { get; set; }
Property Value
CcAddress
CC
Name: CcAddress
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "ccAddress")]
[Updateable(false)]
[Createable(true)]
public string CcAddress { get; set; }
Property Value
EmailTemplate
ReferenceTo: EmailTemplate
RelationshipName: EmailTemplate
[JsonProperty(PropertyName = "emailTemplate")]
[Updateable(false)]
[Createable(false)]
public SfEmailTemplate EmailTemplate { get; set; }
Property Value
EmailTemplateId
Email Template ID
Name: EmailTemplateId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "emailTemplateId")]
[Updateable(false)]
[Createable(true)]
public string EmailTemplateId { get; set; }
Property Value
ExternalId
External ID
Name: ExternalId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "externalId")]
[Updateable(false)]
[Createable(true)]
public string ExternalId { get; set; }
Property Value
HtmlBody
HTML Body
Name: HtmlBody
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "htmlBody")]
[Updateable(false)]
[Createable(true)]
public string HtmlBody { get; set; }
Property Value
Id
Outgoing Email ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
InReplyTo
In Reply To
Name: InReplyTo
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "inReplyTo")]
[Updateable(false)]
[Createable(true)]
public string InReplyTo { get; set; }
Property Value
MessageId
Message Id
Name: MessageId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "messageId")]
[Updateable(false)]
[Createable(true)]
public string MessageId { get; set; }
Property Value
References
References
Name: References
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "references")]
[Updateable(false)]
[Createable(true)]
public string References { get; set; }
Property Value
RelatedToId
Related To ID
Name: RelatedToId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "relatedToId")]
[Updateable(false)]
[Createable(true)]
public string RelatedToId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Subject
Subject
Name: Subject
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "subject")]
[Updateable(false)]
[Createable(true)]
public string Subject { get; set; }
Property Value
TextBody
Text Body
Name: TextBody
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "textBody")]
[Updateable(false)]
[Createable(true)]
public string TextBody { get; set; }
Property Value
ToAddress
To
Name: ToAddress
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "toAddress")]
[Updateable(false)]
[Createable(true)]
public string ToAddress { get; set; }
Property Value
ValidatedFromAddress
From
Name: ValidatedFromAddress
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "validatedFromAddress")]
[Updateable(false)]
[Createable(true)]
public string ValidatedFromAddress { get; set; }
Property Value
WhoId
Name ID
Name: WhoId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "whoId")]
[Updateable(false)]
[Createable(true)]
public string WhoId { get; set; }