Class SfEmailMessage
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Email Message
SObject Name: EmailMessage
Custom Object: False
public class SfEmailMessage : SObject
- Inheritance
-
SfEmailMessage
- Inherited Members
Properties
ActivityId
Activity ID
Name: ActivityId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "activityId")]
[Updateable(false)]
[Createable(true)]
public string ActivityId { get; set; }
Property Value
AttachmentIds
Attachment Ids
Name: AttachmentIds
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "attachmentIds")]
public string AttachmentIds { get; set; }
Property Value
AutomationType
Automation Type
Name: AutomationType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "automationType")]
[Updateable(false)]
[Createable(true)]
public string AutomationType { get; set; }
Property Value
BccAddress
BCC Address
Name: BccAddress
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "bccAddress")]
public string BccAddress { get; set; }
Property Value
CcAddress
CC Address
Name: CcAddress
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "ccAddress")]
public string CcAddress { get; set; }
Property Value
ClientThreadIdentifier
Client Thread ID
Name: ClientThreadIdentifier
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "clientThreadIdentifier")]
public string ClientThreadIdentifier { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
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
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { 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")]
public string EmailTemplateId { get; set; }
Property Value
FirstOpenedDate
First Opened
Name: FirstOpenedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "firstOpenedDate")]
public DateTimeOffset? FirstOpenedDate { get; set; }
Property Value
FromAddress
From Address
Name: FromAddress
SF Type: email
Nillable: True
[JsonProperty(PropertyName = "fromAddress")]
public string FromAddress { get; set; }
Property Value
FromId
From ID
Name: FromId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "fromId")]
[Updateable(false)]
[Createable(true)]
public string FromId { get; set; }
Property Value
FromName
From Name
Name: FromName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "fromName")]
public string FromName { get; set; }
Property Value
HasAttachment
Has Attachment
Name: HasAttachment
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasAttachment")]
[Updateable(false)]
[Createable(false)]
public bool? HasAttachment { get; set; }
Property Value
- bool?
Headers
Headers
Name: Headers
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "headers")]
public string Headers { get; set; }
Property Value
HtmlBody
HTML Body
Name: HtmlBody
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "htmlBody")]
public string HtmlBody { get; set; }
Property Value
Id
Email Message ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
Incoming
Is Incoming
Name: Incoming
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "incoming")]
[Updateable(false)]
[Createable(true)]
public bool? Incoming { get; set; }
Property Value
- bool?
IsBounced
Bounced?
Name: IsBounced
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isBounced")]
public bool? IsBounced { get; set; }
Property Value
- bool?
IsClientManaged
Is Client Managed
Name: IsClientManaged
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isClientManaged")]
[Updateable(false)]
[Createable(true)]
public bool? IsClientManaged { get; set; }
Property Value
- bool?
IsDeleted
Deleted
Name: IsDeleted
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }
Property Value
- bool?
IsExternallyVisible
Is Externally Visible
Name: IsExternallyVisible
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isExternallyVisible")]
[Updateable(false)]
[Createable(false)]
public bool? IsExternallyVisible { get; set; }
Property Value
- bool?
IsOpened
Opened?
Name: IsOpened
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isOpened")]
[Updateable(false)]
[Createable(false)]
public bool? IsOpened { get; set; }
Property Value
- bool?
IsTracked
Is Tracked
Name: IsTracked
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isTracked")]
public bool? IsTracked { get; set; }
Property Value
- bool?
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
LastModifiedById
Last Modified By ID
Name: LastModifiedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
LastOpenedDate
Last Opened
Name: LastOpenedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastOpenedDate")]
public DateTimeOffset? LastOpenedDate { get; set; }
Property Value
MessageDate
Message Date
Name: MessageDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "messageDate")]
public DateTimeOffset? MessageDate { get; set; }
Property Value
MessageIdentifier
Message ID
Name: MessageIdentifier
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "messageIdentifier")]
public string MessageIdentifier { get; set; }
Property Value
Name
Email Message Name
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
Parent
ReferenceTo: Case
RelationshipName: Parent
[JsonProperty(PropertyName = "parent")]
[Updateable(false)]
[Createable(false)]
public SfCase Parent { get; set; }
Property Value
ParentId
Case ID
Name: ParentId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "parentId")]
[Updateable(false)]
[Createable(true)]
public string ParentId { get; set; }
Property Value
RelatedToId
Related To ID
Name: RelatedToId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "relatedToId")]
public string RelatedToId { get; set; }
Property Value
ReplyToEmailMessage
ReferenceTo: EmailMessage
RelationshipName: ReplyToEmailMessage
[JsonProperty(PropertyName = "replyToEmailMessage")]
[Updateable(false)]
[Createable(false)]
public SfEmailMessage ReplyToEmailMessage { get; set; }
Property Value
ReplyToEmailMessageId
Email Message ID
Name: ReplyToEmailMessageId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "replyToEmailMessageId")]
public string ReplyToEmailMessageId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Status
Status
Name: Status
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }
Property Value
Subject
Subject
Name: Subject
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "subject")]
public string Subject { get; set; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
TextBody
Text Body
Name: TextBody
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "textBody")]
public string TextBody { get; set; }
Property Value
ThreadIdentifier
Thread ID
Name: ThreadIdentifier
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "threadIdentifier")]
public string ThreadIdentifier { get; set; }
Property Value
ToAddress
To Address
Name: ToAddress
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "toAddress")]
public string ToAddress { get; set; }
Property Value
ValidatedFromAddress
From
Name: ValidatedFromAddress
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "validatedFromAddress")]
public string ValidatedFromAddress { get; set; }