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