BaseMoveCopyItemType.ReturnNewItemIdsSpecified Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ReturnNewItemIdsSpecified As Boolean
Get
Set
'Usage
Dim instance As BaseMoveCopyItemType
Dim value As Boolean
value = instance.ReturnNewItemIdsSpecified
instance.ReturnNewItemIdsSpecified = value
public bool ReturnNewItemIdsSpecified { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.
See Also