ModifiedEventType Class
The ModifiedEventType class represents an event in which an item or folder is modified.
Inheritance Hierarchy
System.Object
ExchangeWebServices.BaseNotificationEventType
ExchangeWebServices.BaseObjectChangedEventType
ExchangeWebServices.ModifiedEventType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ModifiedEventType _
Inherits BaseObjectChangedEventType
'Usage
Dim instance As ModifiedEventType
[SerializableAttribute]
public class ModifiedEventType : BaseObjectChangedEventType
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