ExchangeService.ConvertId(AlternateIdBase, IdFormat) メソッド

定義

1 つの Exchange Web Services (EWS) 呼び出しで、ID を 1 つの形式から別の形式に変換します。

public:
 Microsoft::Exchange::WebServices::Data::AlternateIdBase ^ ConvertId(Microsoft::Exchange::WebServices::Data::AlternateIdBase ^ id, Microsoft::Exchange::WebServices::Data::IdFormat destinationFormat);
public Microsoft.Exchange.WebServices.Data.AlternateIdBase ConvertId (Microsoft.Exchange.WebServices.Data.AlternateIdBase id, Microsoft.Exchange.WebServices.Data.IdFormat destinationFormat);
Public Function ConvertId (id As AlternateIdBase, destinationFormat As IdFormat) As AlternateIdBase

パラメーター

id
AlternateIdBase

変換する ID。

destinationFormat
IdFormat

ID の変換先の形式。

戻り値

変換された ID。

注釈

ConvertId 操作は、EWS 識別子から 2013 年以降の Exchange の Exchange Online またはオンプレミス バージョンのストア識別子にパブリック フォルダー識別子 Exchange Serverを変換するときに、想定どおりに機能しません。 回避策として返される識別子を手動で更新できます

適用対象