Table "Exchange Object"

ID 1602
Namespace: Microsoft.CRM.Outlook

Properties

Name Value
Caption Exchange Object
DataClassification CustomerContent
ReplicateData False
TableType Temporary

Fields

Name Type Description
"Item ID" Text[250]
Type Option
Name Text[250]
Body Blob
"Parent ID" Text[250]
Content Blob
ViewLink Blob
Owner Guid
Selected Boolean
"Content Type" Text[250]
InitiatedAction Option
IsInline Boolean
RecId RecordId
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

SetBody

procedure SetBody(BodyText: Text)

Parameters

Name Type Description
BodyText Text

GetBody

procedure GetBody(): Text

Returns

Type Description
Text

SetViewLink

procedure SetViewLink(NewLinkUrl: Text)

Parameters

Name Type Description
NewLinkUrl Text
procedure GetViewLink(): Text

Returns

Type Description
Text

SetContent

procedure SetContent(NewContent: InStream)

Parameters

Name Type Description
NewContent InStream

See also