BaseObjectChangedEventType Class
The BaseObjectChangedEventType class represents create, delete, and new mail events.
Inheritance Hierarchy
System.Object
ExchangeWebServices.BaseNotificationEventType
ExchangeWebServices.BaseObjectChangedEventType
ExchangeWebServices.ModifiedEventType
ExchangeWebServices.MovedCopiedEventType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class BaseObjectChangedEventType _
Inherits BaseNotificationEventType
'Usage
Dim instance As BaseObjectChangedEventType
[SerializableAttribute]
public class BaseObjectChangedEventType : BaseNotificationEventType
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