ExchangeDistributionList.GetContact method (Outlook)
Returns Null (Nothing in Visual Basic) because the ExchangeDistributionList object does not correspond to a contact in a Contacts Address Book.
Syntax
expression. GetContact
expression A variable that represents an ExchangeDistributionList object.
Return value
Null (Nothing in Visual Basic) because the ExchangeDistributionList object does not correspond to a contact in a Contacts Address Book.
Remarks
The ExchangeDistributionList object is derived from the AddressEntry object. It inherits the GetContact method from the AddressEntry object, and in the case of ExchangeDistributionList, this method always returns Null.
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.