Share via


SmartResponseType Class

The SmartResponseType class is the base class for canceling, forwarding, and replying to messages.

Inheritance Hierarchy

System.Object
  ExchangeWebServices.ItemType
    ExchangeWebServices.MessageType
      ExchangeWebServices.ResponseObjectCoreType
        ExchangeWebServices.ResponseObjectType
          ExchangeWebServices.SmartResponseBaseType
            ExchangeWebServices.SmartResponseType
              ExchangeWebServices.CancelCalendarItemType
              ExchangeWebServices.ForwardItemType
              ExchangeWebServices.ReplyAllToItemType
              ExchangeWebServices.ReplyToItemType

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SmartResponseType _
    Inherits SmartResponseBaseType
'Usage
Dim instance As SmartResponseType
[SerializableAttribute]
public class SmartResponseType : SmartResponseBaseType

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.