Share via


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
<XmlArrayItemAttribute("AlternateId", GetType(AlternateIdType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
<XmlArrayItemAttribute("AlternatePublicFolderItemId", GetType(AlternatePublicFolderItemIdType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
<XmlArrayItemAttribute("AlternatePublicFolderId", GetType(AlternatePublicFolderIdType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
Public Property SourceIds As AlternateIdBaseType()
[XmlArrayItemAttribute("AlternateId", typeof(AlternateIdType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
[XmlArrayItemAttribute("AlternatePublicFolderItemId", typeof(AlternatePublicFolderItemIdType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
[XmlArrayItemAttribute("AlternatePublicFolderId", typeof(AlternatePublicFolderIdType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
public AlternateIdBaseType[] SourceIds { get; set; }
[XmlArrayItemAttribute(L"AlternateId", typeof(AlternateIdType), Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
[XmlArrayItemAttribute(L"AlternatePublicFolderItemId", typeof(AlternatePublicFolderItemIdType), Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
[XmlArrayItemAttribute(L"AlternatePublicFolderId", typeof(AlternatePublicFolderIdType), Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
public:
property array<AlternateIdBaseType^>^ SourceIds {
    array<AlternateIdBaseType^>^ get ();
    void set (array<AlternateIdBaseType^>^ value);
}
/** @property */
public AlternateIdBaseType[] get_SourceIds ()

/** @property */
public void set_SourceIds (AlternateIdBaseType[] value)
public function get SourceIds () : AlternateIdBaseType[]

public function set SourceIds (value : AlternateIdBaseType[])

Property Value

The SourceIds property returns an array of AlternativeIdBaseType that represent the source identifiers to convert.

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)