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