TentativelyAcceptItemType Class

The TentativelyAcceptItemType class represents a tentative reply to a meeting request.

Inheritance Hierarchy

System.Object
  ExchangeWebServices.ItemType
    ExchangeWebServices.MessageType
      ExchangeWebServices.ResponseObjectCoreType
        ExchangeWebServices.ResponseObjectType
          ExchangeWebServices.WellKnownResponseObjectType
            ExchangeWebServices.TentativelyAcceptItemType

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

Syntax

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

Remarks

The TentativelyAcceptItemType class inherits many members from many base classes. The only property that has to be set on a TentativelyAcceptItemType instance is the ReferenceItemId property.

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.