Objects/Tables/Table 9500 Email Item
Table 9500 Email Item in 23
Jonas Paprotka, Base Application 23.5.16502.31399, checked
- App
- Base Application
- Namespace
- System.EMail
Fields, 28Keys, 1Procedures, 19Events, 4
Versions171819202122232425262728latest
Source29
Fields, 28
| Id | Name | Type | Obsolete |
|---|
| 1 | ID | Guid | - |
| 2 | From Name | Text[100] | - |
| 3 | From Address | Text[250] | - |
| 4 | Send to | Text[250] | - |
| 5 | Send CC | Text[250] | - |
| 6 | Send BCC | Text[250] | - |
| 7 | Subject | Text[250] | - |
| 8 | Body | Blob | - |
| 9 | Attachment File Path | Text[250] | Pending 17.2 |
| Replaced with method AddAttachment that accepts Streams. |
| 10 | Attachment Name | Text[250] | Pending 17.2 |
| Replaced with method AddAttachment that accepts Streams. |
| 11 | Plaintext Formatted | Boolean | - |
| 12 | Body File Path | Text[250] | - |
| 13 | Message Type | Option | - |
| 14 | Send as HTML | Boolean | - |
| 21 | Attachment File Path 2 | Text[250] | Pending 17.2 |
| Replaced with method AddAttachment that accepts Streams. |
| 22 | Attachment Name 2 | Text[50] | Pending 17.2 |
| Replaced with method AddAttachment that accepts Streams. |
| 23 | Attachment File Path 3 | Text[250] | Pending 17.2 |
| Replaced with method AddAttachment that accepts Streams. |
| 24 | Attachment Name 3 | Text[50] | Pending 17.2 |
| Replaced with method AddAttachment that accepts Streams. |
| 25 | Attachment File Path 4 | Text[250] | Pending 17.2 |
| Replaced with method AddAttachment that accepts Streams. |
| 26 | Attachment Name 4 | Text[50] | Pending 17.2 |
| Replaced with method AddAttachment that accepts Streams. |
| 27 | Attachment File Path 5 | Text[250] | Pending 17.2 |
| Replaced with method AddAttachment that accepts Streams. |
| 28 | Attachment Name 5 | Text[50] | Pending 17.2 |
| Replaced with method AddAttachment that accepts Streams. |
| 29 | Attachment File Path 6 | Text[250] | Pending 17.2 |
| Replaced with method AddAttachment that accepts Streams. |
| 30 | Attachment Name 6 | Text[50] | Pending 17.2 |
| Replaced with method AddAttachment that accepts Streams. |
| 31 | Attachment File Path 7 | Text[250] | Pending 17.2 |
| Replaced with method AddAttachment that accepts Streams. |
| 32 | Attachment Name 7 | Text[50] | Pending 17.2 |
| Replaced with method AddAttachment that accepts Streams. |
| 33 | Source Table | Integer | Removed 18.1 |
| Replaced with method AddSourceDocument. |
| 34 | Source System Id | Guid | Removed 18.1 |
| Replaced with method AddSourceDocument. |
Keys, 1
| Name | Fields | Obsolete |
|---|
| Key1, clustered | ID | - |
Procedures, 19
| Name | Parameters | Returns | Access | Obsolete |
|---|
| HasAttachments | () | Boolean | public | - |
| GetAttachments | (var Codeunit Temp Blob List, var List) | | public | - |
| SetAttachments | (Codeunit Temp Blob List, List) | | public | - |
| AddAttachment | (InStream, Text) | | public | - |
| Initialize | () | | public | - |
| Send | (Boolean) | Boolean | public | Pending 17.0 |
| Replaced with the overload containing Email Scenario |
| Send | (Boolean, Enum Email Scenario) | Boolean | public | - |
| SetBodyText | (Text) | | public | - |
| GetBodyText | () | Text | public | - |
| AddCcBcc | () | | public | Pending 21.0 |
| Microsoft Invoicing has been discontinued. |
| AttachIncomingDocuments | (Code[20]) | | public | - |
| ValidateTarget | () | | public | - |
| AddSourceDocument | (Integer, Guid) | | public | - |
| AddSourceDocument | (Integer, Guid, Enum Email Relation Type) | | public | - |
| GetSourceDocuments | (var List, var List, var List) | | public | - |
| SetSourceDocuments | (List, List, List) | | public | - |
| SendAsHTML | (Boolean) | | public | - |
| GetBodyTextFromBlob | () | Text | public | - |
| Send | (Boolean, Enum Email Scenario, Boolean) | Boolean | public | - |
Events, 4
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnAttachIncomingDocumentsOnAfterSetFilter | (var Record Incoming Document Attachment) | - |
| Integration event | OnBeforeGetBodyText | (var Record Email Item, var Text, var Boolean) | - |
| Integration event | OnBeforeSetAttachments | (var Record Email Item, var Codeunit Temp Blob List, var List) | - |
| Integration event | OnBeforeSend | (var Record Email Item, var Boolean, var Codeunit Mail Management, Enum Email Scenario, var Boolean, var Boolean) | - |