Share via


ExchangeDistributionList.GetFreeBusy Method (Outlook)

Returns Null (Nothing in Visual Basic) because free-busy information is available only to individual users and not ExchangeDistributionList objects.

Version Information

Version Added: Outlook 2007

Syntax

expression .GetFreeBusy(Start, MinPerChar, CompleteFormat)

expression An expression that returns an ExchangeDistributionList object.

Remarks

The ExchangeDistributionList object is derived from the AddressEntry object. It inherits the GetFreeBusy method from the AddressEntry object, and in the case of ExchangeDistributionList, regardless of the values of the parameters, this method always returns Null.

This method does not return the free-busy information of individual members of an ExchangeDistributionList. To obtain free-busy information for a meeting request, send the request to individual users. Use the AddressEntry.AddressEntryUserType property of the AddressEntry object obtained from Recipient.AddressEntry to determine if a Recipient represents an ExchangeDistributionList.

See Also

Concepts

ExchangeDistributionList Object Members

ExchangeDistributionList Object