PostItemType Class
The PostItemType class represents a post item in an Exchange store. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Inheritance Hierarchy
System.Object
ExchangeWebServices.ItemType
ExchangeWebServices.PostItemType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class PostItemType _
Inherits ItemType
'Usage
Dim instance As PostItemType
[SerializableAttribute]
public class PostItemType : ItemType
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.