WellKnownResponseObjectType Class
The WellKnownResponseObjectType class is the base class of response objects that are used to respond to meeting requests.
Inheritance Hierarchy
System.Object
ExchangeWebServices.ItemType
ExchangeWebServices.MessageType
ExchangeWebServices.ResponseObjectCoreType
ExchangeWebServices.ResponseObjectType
ExchangeWebServices.WellKnownResponseObjectType
ExchangeWebServices.AcceptItemType
ExchangeWebServices.DeclineItemType
ExchangeWebServices.TentativelyAcceptItemType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class WellKnownResponseObjectType _
Inherits ResponseObjectType
'Usage
Dim instance As WellKnownResponseObjectType
[SerializableAttribute]
public class WellKnownResponseObjectType : ResponseObjectType
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.