Objects/Tables/Table 9500 Email Item
Table 9500 Email Item in 27
Jonas Paprotka, Base Application 27.5.46862.47359, checked
- App
- Base Application
- Namespace
- System.EMail
Fields, 26Keys, 1Procedures, 18Events, 3
Versions171819202122232425262728latest
Source29
Fields, 26
| 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] | Pending 27.0 |
| Replaced with field Body. You can use the new procedure SetBody to update the value of the html formatted body. |
| 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. |
Keys, 1
| Name | Fields | Obsolete |
|---|
| Key1, clustered | ID | - |
Procedures, 18
| 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, Enum Email Scenario) | Boolean | public | - |
| SetBodyText | (Text) | | public | - |
| GetBodyText | () | Text | 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 | - |
| SetBody | (var Codeunit Temp Blob) | | public | - |
| SetBody | (var Codeunit Temp Blob, Boolean) | | public | - |
Events, 3
| Kind | Name | Parameters | Obsolete |
|---|
| 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, var Enum Email Scenario, var Boolean, var Boolean, var Boolean) | - |