Class SfEmailCapture
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
EmailCapture
SObject Name: EmailCapture
Custom Object: False
public class SfEmailCapture : SObject
- Inheritance
-
SfEmailCapture
- Inherited Members
Properties
CaptureDate
Capture Date
Name: CaptureDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "captureDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CaptureDate { 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
FromPattern
From
Name: FromPattern
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "fromPattern")]
[Updateable(false)]
[Createable(true)]
public string FromPattern { get; set; }
Property Value
Id
Email Capture ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsActive
Active
Name: IsActive
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isActive")]
[Updateable(false)]
[Createable(false)]
public bool? IsActive { 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?
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
RawMessage
Raw Message
Name: RawMessage
SF Type: base64
Nillable: True
[JsonProperty(PropertyName = "rawMessage")]
[Updateable(false)]
[Createable(false)]
public string RawMessage { get; set; }
Property Value
RawMessageLength
Raw Message Length
Name: RawMessageLength
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "rawMessageLength")]
[Updateable(false)]
[Createable(false)]
public int? RawMessageLength { get; set; }
Property Value
- int?
Recipient
Recipient
Name: Recipient
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "recipient")]
[Updateable(false)]
[Createable(false)]
public string Recipient { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Sender
Sender
Name: Sender
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "sender")]
[Updateable(false)]
[Createable(false)]
public string Sender { 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
ToPattern
To
Name: ToPattern
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "toPattern")]
[Updateable(false)]
[Createable(true)]
public string ToPattern { get; set; }