ItemType.StoreEntryId Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property StoreEntryId As Byte()
Get
Set
'Usage
Dim instance As ItemType
Dim value As Byte()
value = instance.StoreEntryId
instance.StoreEntryId = value
public byte[] StoreEntryId { get; set; }
Property Value
Type: []