ResponseObjectCoreType.ReferenceItemId Property
The ReferenceItemId property gets or sets the item identifier that is related to a response object.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
Public Property ReferenceItemId As ItemIdType
public ItemIdType ReferenceItemId { get; set; }
public:
property ItemIdType^ ReferenceItemId {
ItemIdType^ get ();
void set (ItemIdType^ value);
}
/** @property */
public ItemIdType get_ReferenceItemId ()
/** @property */
public void set_ReferenceItemId (ItemIdType value)
public function get ReferenceItemId () : ItemIdType
public function set ReferenceItemId (value : ItemIdType)
Property Value
The ReferenceItemId property returns an ItemIdType object.
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.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also
Reference
ResponseObjectCoreType Class
ResponseObjectCoreType Members
ExchangeWebServices Namespace
ReplyToItemType Class
ReplyAllToItemType Class
ForwardItemType Class
SuppressReadReceiptType
CancelCalendarItemType Class
AcceptItemType Class
TentativelyAcceptItemType
DeclineItemType Class
RemoveItemType Class
PostReplyItemBaseType Class