ReplyAllToItemType Class
The ReplyAllToItemType class represents a reply all item response object that is used to reply to the sender and all recipients of an item.
Inheritance Hierarchy
System.Object
ExchangeWebServices.ItemType
ExchangeWebServices.MessageType
ExchangeWebServices.ResponseObjectCoreType
ExchangeWebServices.ResponseObjectType
ExchangeWebServices.SmartResponseBaseType
ExchangeWebServices.SmartResponseType
ExchangeWebServices.ReplyAllToItemType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ReplyAllToItemType _
Inherits SmartResponseType
'Usage
Dim instance As ReplyAllToItemType
[SerializableAttribute]
public class ReplyAllToItemType : SmartResponseType
Remarks
The following are the only properties that are valid for the ReplyAllToItemType class:
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.
See Also