ItemMessageExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for ItemMessage that provide typed access to the Content BinaryData property.
public static class ItemMessageExtensions
type ItemMessageExtensions = class
Public Module ItemMessageExtensions
- Inheritance
-
ItemMessageExtensions
Methods
| Name | Description |
|---|---|
| GetContentExpanded(ItemMessage) |
Expands the Content BinaryData into a typed list of MessageContent objects. A plain JSON string is wrapped as a MessageContentInputTextContent. A JSON array is deserialized element-by-element via MessageContent polymorphic deserialization. |