ConvertIdType.SourceIds Property
The SourceIds property gets or sets an AlternativeIdBaseType array that contains the source identifiers to convert.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property SourceIds As AlternateIdBaseType()
Get
Set
'Usage
Dim instance As ConvertIdType
Dim value As AlternateIdBaseType()
value = instance.SourceIds
instance.SourceIds = value
public AlternateIdBaseType[] SourceIds { get; set; }
Property Value
Type: []
The SourceIds property returns an array of AlternativeIdBaseType that represent the source identifiers to convert.
See Also