ConversationNodeTypeItems Property |
Namespace:
Aspose.Email.Clients.Exchange.WebService.Schema_2016
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic NonEmptyArrayOfAllItemsType Items { get; set; }Public Property Items As NonEmptyArrayOfAllItemsType
Get
Set
public:
property NonEmptyArrayOfAllItemsType^ Items {
NonEmptyArrayOfAllItemsType^ get ();
void set (NonEmptyArrayOfAllItemsType^ value);
}member Items : NonEmptyArrayOfAllItemsType with get, set
Property Value
Type:
NonEmptyArrayOfAllItemsType
Remarks
See Also