Objects/Tables/Table 9500 Email Item
Table 9500 Email Item in 17
Jonas Paprotka, Base Application 17.5.22499.32099, checked
- App
- Base Application
Fields, 25Keys, 1Procedures, 12Events, 3
Versions171819202122232425262728latest
Source29
Fields, 25
| 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 | - |
| 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. |
Keys, 1
| Name | Fields | Obsolete |
|---|
| Key1, clustered | ID | - |
Procedures, 12
| 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 | Pending 15.1 |
| Function scope will be changed to OnPrem |
| AddCcBcc | () | | public | - |
| AttachIncomingDocuments | (Code[20]) | | public | - |
| ValidateTarget | () | | public | - |
Events, 3
| 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 | OnBeforeSend | (var Record Email Item, var Boolean, var Codeunit Mail Management) | - |