SetItemFieldType Class
The SetItemFieldType class represents an update to a single property of an item.
Inheritance Hierarchy
System.Object
ExchangeWebServices.ChangeDescriptionType
ExchangeWebServices.ItemChangeDescriptionType
ExchangeWebServices.SetItemFieldType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SetItemFieldType _
Inherits ItemChangeDescriptionType
'Usage
Dim instance As SetItemFieldType
[SerializableAttribute]
public class SetItemFieldType : ItemChangeDescriptionType
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