_ExchangeDistributionList.GetFreeBusy(DateTime, Int32, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 Nothing (null 引用 (Visual Basic) C# ) 中无任何内容,因为忙闲信息仅对单个用户可用,而不适用于 ExchangeDistributionList 对象。
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 对象的 属性确定 是否Recipient表示 ExchangeDistributionList。