Table of Contents

Class SfEmailMessageRelation

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Email Message Relation

SObject Name: EmailMessageRelation

Custom Object: False

public class SfEmailMessageRelation : SObject
Inheritance
SfEmailMessageRelation
Inherited Members

Properties

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }

Property Value

SfUser

CreatedById

Created By ID

Name: CreatedById

SF Type: reference

Nillable: False

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

Property Value

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }

Property Value

DateTimeOffset?

EmailMessage

ReferenceTo: EmailMessage

RelationshipName: EmailMessage

[JsonProperty(PropertyName = "emailMessage")]
[Updateable(false)]
[Createable(false)]
public SfEmailMessage EmailMessage { get; set; }

Property Value

SfEmailMessage

EmailMessageId

Email Message ID

Name: EmailMessageId

SF Type: reference

Nillable: False

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

Property Value

string

Id

Email Message Relation ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }

Property Value

bool?

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")]
public string RelationId { get; set; }

Property Value

string

RelationObjectType

Relation Object Type

Name: RelationObjectType

SF Type: string

Nillable: True

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

Property Value

string

RelationType

Relation Type

Name: RelationType

SF Type: picklist

Nillable: False

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?