Table of Contents

Class SfOutgoingEmailRelation

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Outgoing Email Relation

SObject Name: OutgoingEmailRelation

Custom Object: False

public class SfOutgoingEmailRelation : SObject
Inheritance
SfOutgoingEmailRelation
Inherited Members

Properties

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

Id

Outgoing Email Relation ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }

Property Value

string

OutgoingEmailId

Outgoing Email ID

Name: OutgoingEmailId

SF Type: string

Nillable: True

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

Property Value

string

RelationAddress

Relation Address

Name: RelationAddress

SF Type: string

Nillable: True

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

Property Value

string

RelationId

Relation ID

Name: RelationId

SF Type: reference

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string