ItemType.ResponseObjects Property
The ResponseObjects property gets or sets an array of the type ResponseObjectType that contains a collection of all the response objects that are associated with an item in the Exchange store.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlArrayItemAttribute("ReplyToItem", GetType(ReplyToItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("CancelCalendarItem", GetType(CancelCalendarItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("ReplyAllToItem", GetType(ReplyAllToItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("RemoveItem", GetType(RemoveItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("SuppressReadReceipt", GetType(SuppressReadReceiptType), IsNullable:=False)> _
<XmlArrayItemAttribute("AcceptItem", GetType(AcceptItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("TentativelyAcceptItem", GetType(TentativelyAcceptItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("PostReplyItem", GetType(PostReplyItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("DeclineItem", GetType(DeclineItemType), IsNullable:=False)> _
<XmlArrayItemAttribute("ForwardItem", GetType(ForwardItemType), IsNullable:=False)> _
Public Property ResponseObjects As ResponseObjectType()
[XmlArrayItemAttribute("ReplyToItem", typeof(ReplyToItemType), IsNullable=false)]
[XmlArrayItemAttribute("CancelCalendarItem", typeof(CancelCalendarItemType), IsNullable=false)]
[XmlArrayItemAttribute("ReplyAllToItem", typeof(ReplyAllToItemType), IsNullable=false)]
[XmlArrayItemAttribute("RemoveItem", typeof(RemoveItemType), IsNullable=false)]
[XmlArrayItemAttribute("SuppressReadReceipt", typeof(SuppressReadReceiptType), IsNullable=false)]
[XmlArrayItemAttribute("AcceptItem", typeof(AcceptItemType), IsNullable=false)]
[XmlArrayItemAttribute("TentativelyAcceptItem", typeof(TentativelyAcceptItemType), IsNullable=false)]
[XmlArrayItemAttribute("PostReplyItem", typeof(PostReplyItemType), IsNullable=false)]
[XmlArrayItemAttribute("DeclineItem", typeof(DeclineItemType), IsNullable=false)]
[XmlArrayItemAttribute("ForwardItem", typeof(ForwardItemType), IsNullable=false)]
public ResponseObjectType[] ResponseObjects { get; set; }
[XmlArrayItemAttribute(L"ReplyToItem", typeof(ReplyToItemType), IsNullable=false)]
[XmlArrayItemAttribute(L"CancelCalendarItem", typeof(CancelCalendarItemType), IsNullable=false)]
[XmlArrayItemAttribute(L"ReplyAllToItem", typeof(ReplyAllToItemType), IsNullable=false)]
[XmlArrayItemAttribute(L"RemoveItem", typeof(RemoveItemType), IsNullable=false)]
[XmlArrayItemAttribute(L"SuppressReadReceipt", typeof(SuppressReadReceiptType), IsNullable=false)]
[XmlArrayItemAttribute(L"AcceptItem", typeof(AcceptItemType), IsNullable=false)]
[XmlArrayItemAttribute(L"TentativelyAcceptItem", typeof(TentativelyAcceptItemType), IsNullable=false)]
[XmlArrayItemAttribute(L"PostReplyItem", typeof(PostReplyItemType), IsNullable=false)]
[XmlArrayItemAttribute(L"DeclineItem", typeof(DeclineItemType), IsNullable=false)]
[XmlArrayItemAttribute(L"ForwardItem", typeof(ForwardItemType), IsNullable=false)]
public:
property array<ResponseObjectType^>^ ResponseObjects {
array<ResponseObjectType^>^ get ();
void set (array<ResponseObjectType^>^ value);
}
/** @property */
public ResponseObjectType[] get_ResponseObjects ()
/** @property */
public void set_ResponseObjects (ResponseObjectType[] value)
public function get ResponseObjects () : ResponseObjectType[]
public function set ResponseObjects (value : ResponseObjectType[])
Property Value
The ResponseObjects property returns an array of the type ResponseObjectType that contains a collection of all the response objects that are associated with an item in the Exchange store.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)