Compartilhar via


AddressEntry.GetExchangeDistributionList Método

Definição

Retorna um ExchangeDistributionList objeto que representa o AddressEntry se o AddressEntry pertencer a um objeto exchange AddressList , como a GAL (Lista de Endereços Global) e corresponder a uma lista de distribuição do Exchange.

public:
 Microsoft::Office::Interop::Outlook::ExchangeDistributionList ^ GetExchangeDistributionList();
public Microsoft.Office.Interop.Outlook.ExchangeDistributionList GetExchangeDistributionList ();
Public Function GetExchangeDistributionList () As ExchangeDistributionList

Retornos

Um objeto ExchangeDistributionList que representará o AddressEntry. Retorna Nada (uma referência nula (Nada no Visual Basic) em C#) se o objeto AddressEntry não corresponder a uma lista de distribuição do Exchange.

Comentários

É preciso estar conectado ao servidor Exchange para usar esse método.

Aplica-se a