Table 1602 Exchange Object in 26
- App
- Base Application
- Namespace
- Microsoft.CRM.Outlook
Fields, 13Keys, 2Procedures, 5
Versions171819202122232425262728latest
Source29
Fields, 13
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Item ID | Text[250] | - |
| 2 | Type | Option | - |
| 3 | Name | Text[250] | - |
| 4 | Body | Blob | - |
| 5 | Parent ID | Text[250] | - |
| 6 | Content | Blob | - |
| 8 | ViewLink | Blob | - |
| 10 | Owner | Guid | - |
| 11 | Selected | Boolean | - |
| 12 | Content Type | Text[250] | - |
| 13 | InitiatedAction | Option | - |
| 15 | IsInline | Boolean | - |
| 18 | RecId | RecordId | - |
Keys, 2
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Item ID | - |
| Key2 | Name | - |
Procedures, 5
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| SetBody | (Text) | public | - | |
| GetBody | () | Text | public | - |
| SetViewLink | (Text) | public | - | |
| GetViewLink | () | Text | public | - |
| SetContent | (InStream) | public | - |