Share via


ExchangeDistributionList.Type Property

Outlook Developer Reference

Returns a String representing the type of entry for the ExchangeDistributionList. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Type

expression   A variable that represents an ExchangeDistributionList object.

Remarks

The ExchangeDistributionList object is derived from the AddressEntry object. It inherits the Type property from the AddressEntry object. In the case of ExchangeDistributionList, the type is always the string "EX".

See Also