Table of Contents

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

string

CcAddress

CC

Name: CcAddress

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "ccAddress")]
[Updateable(false)]
[Createable(true)]
public string CcAddress { get; set; }

Property Value

string

EmailTemplate

ReferenceTo: EmailTemplate

RelationshipName: EmailTemplate

[JsonProperty(PropertyName = "emailTemplate")]
[Updateable(false)]
[Createable(false)]
public SfEmailTemplate EmailTemplate { get; set; }

Property Value

SfEmailTemplate

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

string

ExternalId

External ID

Name: ExternalId

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "externalId")]
[Updateable(false)]
[Createable(true)]
public string ExternalId { get; set; }

Property Value

string

HtmlBody

HTML Body

Name: HtmlBody

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "htmlBody")]
[Updateable(false)]
[Createable(true)]
public string HtmlBody { get; set; }

Property Value

string

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

string

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

string

MessageId

Message Id

Name: MessageId

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "messageId")]
[Updateable(false)]
[Createable(true)]
public string MessageId { get; set; }

Property Value

string

References

References

Name: References

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "references")]
[Updateable(false)]
[Createable(true)]
public string References { get; set; }

Property Value

string

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

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Subject

Subject

Name: Subject

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "subject")]
[Updateable(false)]
[Createable(true)]
public string Subject { get; set; }

Property Value

string

TextBody

Text Body

Name: TextBody

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "textBody")]
[Updateable(false)]
[Createable(true)]
public string TextBody { get; set; }

Property Value

string

ToAddress

To

Name: ToAddress

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "toAddress")]
[Updateable(false)]
[Createable(true)]
public string ToAddress { get; set; }

Property Value

string

ValidatedFromAddress

From

Name: ValidatedFromAddress

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "validatedFromAddress")]
[Updateable(false)]
[Createable(true)]
public string ValidatedFromAddress { get; set; }

Property Value

string

WhoId

Name ID

Name: WhoId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "whoId")]
[Updateable(false)]
[Createable(true)]
public string WhoId { get; set; }

Property Value

string