United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Servers and Enterprise Development
Exchange Server
EWS Managed API 2.0
EWS Managed API namespaces
Microsoft.Exchange.WebServices.Data
Item class
Item properties
AllowedResponseActions property
ArchiveTag property
Attachments property
Body property
Categories property
ConversationId property
Culture property
DateTimeCreated property
DateTimeReceived property
DateTimeSent property
DisplayCc property
DisplayTo property
EffectiveRights property
EntityExtractionResult property
ExtendedProperties property
Flag property
HasAttachments property
IconIndex property
Id property
Importance property
InReplyTo property
InstanceKey property
InternetMessageHeaders property
IsAssociated property
IsAttachment property
IsDraft property
IsFromMe property
IsNew property
IsReminderSet property
IsResend property
IsSubmitted property
IsUnmodified property
ItemClass property
LastModifiedName property
LastModifiedTime property
MimeContent property
NormalizedBody property
ParentFolderId property
PolicyTag property
Preview property
ReminderDueBy property
ReminderMinutesBeforeStart property
RetentionDate property
Sensitivity property
Size property
StoreEntryId property
Subject property
TextBody property
UniqueBody property
WebClientEditFormQueryString property
WebClientReadFormQueryString property
0 out of 2 rated this helpful
-
Rate this topic
Item
.
Id property
EWS Managed API
Gets the ID of this item.
Namespace:
Microsoft.Exchange.WebServices.Data
Assembly:
Microsoft.Exchange.WebServices
(in Microsoft.Exchange.WebServices.dll)
Syntax
C#
VB
Copy
public
ItemId Id {
get
; }
Property value
Type:
Microsoft.Exchange.WebServices.Data.ItemId
An ItemId object.
See also
Reference
Item class
Item members
Microsoft.Exchange.WebServices.Data namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD