ExchangeDistributionList.GetFreeBusy method (Outlook)

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

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

ExchangeDistributionList Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.