RecurringMasterItemIdType Class
The RecurringMasterItemIdType class identifies a recurrence master item by identifying the identifiers of one of its related occurrence items.
Inheritance Hierarchy
System.Object
ExchangeWebServices.BaseItemIdType
ExchangeWebServices.RecurringMasterItemIdType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class RecurringMasterItemIdType _
Inherits BaseItemIdType
'Usage
Dim instance As RecurringMasterItemIdType
[SerializableAttribute]
public class RecurringMasterItemIdType : BaseItemIdType
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