Share via


_ExchangeDistributionList.GetFreeBusy(DateTime, Int32, Object) メソッド

定義

き時間情報はオブジェクトではなくExchangeDistributionList個々のユーザーのみが使用できるため、Nothing (C#では Null 参照 (Visual Basic では Nothing) を返します。

public string GetFreeBusy (DateTime Start, int MinPerChar, object CompleteFormat);
Public Function GetFreeBusy (Start As DateTime, MinPerChar As Integer, Optional CompleteFormat As Object) As String

パラメーター

Start
DateTime
MinPerChar
Int32
CompleteFormat
Object

戻り値

注釈

ExchangeDistributionList オブジェクトは、 オブジェクトからAddressEntry派生します。 AddressEntry オブジェクトから GetFreeBusy メソッドを継承し、ExchangeDistributionList の場合、パラメーターの値に関係なく、このメソッドは常に Nothing を返します。

このメソッドは、ExchangeDistributionList オブジェクトの個々のメンバーの空き時間情報は返しません。 会議出席依頼の空き時間情報を取得するには、個々のユーザーに対して依頼を送信する必要があります。 AddressEntryUserTypeから取得AddressEntryした AddressEntry オブジェクトの プロパティを使用して、 RecipientExchangeDistributionList を表しているかどうかを判断します。

適用対象