Table 9500 Email Item in 18

App
Base Application

Fields, 28Keys, 1Procedures, 19Events, 3

Versions171819202122232425262728latest

Source29

Fields, 28

IdNameTypeObsolete
1IDGuid-
2From NameText[100]-
3From AddressText[250]-
4Send toText[250]-
5Send CCText[250]-
6Send BCCText[250]-
7SubjectText[250]-
8BodyBlob-
9Attachment File PathText[250]Pending 17.2
Replaced with method AddAttachment that accepts Streams.
10Attachment NameText[250]Pending 17.2
Replaced with method AddAttachment that accepts Streams.
11Plaintext FormattedBoolean-
12Body File PathText[250]-
13Message TypeOption-
14Send as HTMLBoolean-
21Attachment File Path 2Text[250]Pending 17.2
Replaced with method AddAttachment that accepts Streams.
22Attachment Name 2Text[50]Pending 17.2
Replaced with method AddAttachment that accepts Streams.
23Attachment File Path 3Text[250]Pending 17.2
Replaced with method AddAttachment that accepts Streams.
24Attachment Name 3Text[50]Pending 17.2
Replaced with method AddAttachment that accepts Streams.
25Attachment File Path 4Text[250]Pending 17.2
Replaced with method AddAttachment that accepts Streams.
26Attachment Name 4Text[50]Pending 17.2
Replaced with method AddAttachment that accepts Streams.
27Attachment File Path 5Text[250]Pending 17.2
Replaced with method AddAttachment that accepts Streams.
28Attachment Name 5Text[50]Pending 17.2
Replaced with method AddAttachment that accepts Streams.
29Attachment File Path 6Text[250]Pending 17.2
Replaced with method AddAttachment that accepts Streams.
30Attachment Name 6Text[50]Pending 17.2
Replaced with method AddAttachment that accepts Streams.
31Attachment File Path 7Text[250]Pending 17.2
Replaced with method AddAttachment that accepts Streams.
32Attachment Name 7Text[50]Pending 17.2
Replaced with method AddAttachment that accepts Streams.
33Source TableIntegerRemoved 18.1
Replaced with method AddSourceDocument.
34Source System IdGuidRemoved 18.1
Replaced with method AddSourceDocument.

Keys, 1

NameFieldsObsolete
Key1, clusteredID-

Procedures, 19

NameParametersReturnsAccessObsolete
HasAttachments()Booleanpublic-
GetAttachments(var Codeunit Temp Blob List, var List)public-
SetAttachments(Codeunit Temp Blob List, List)public-
AddAttachment(InStream, Text)public-
Initialize()public-
Send(Boolean)BooleanpublicPending 17.0
Replaced with the overload containing Email Scenario
Send(Boolean, Enum Email Scenario)Booleanpublic-
SetBodyText(Text)public-
GetBodyText()Textpublic-
AddCcBcc()public-
AttachIncomingDocuments(Code[20])public-
ValidateTarget()public-
AddSourceDocument(Integer, Guid)public-
AddSourceDocument(Integer, Guid, Enum Email Relation Type)public-
GetSourceDocuments(var List, var List)publicPending 19.0
Replaced by an overload that contains Relation Types.
GetSourceDocuments(var List, var List, var List)public-
SetSourceDocuments(List, List)publicPending 19.0
Replaced by an overload that contains Relation Types.
SetSourceDocuments(List, List, List)public-
SendAsHTML(Boolean)public-

Events, 3

KindNameParametersObsolete
Integration eventOnAttachIncomingDocumentsOnAfterSetFilter(var Record Incoming Document Attachment)-
Integration eventOnBeforeGetBodyText(var Record Email Item, var Text, var Boolean)-
Integration eventOnBeforeSend(var Record Email Item, var Boolean, var Codeunit Mail Management)-