Compartir a través de


_ExchangeDistributionList.DisplayType Propiedad

Definición

Devuelve olDistList , que es una constante de la OlDisplayType enumeración que representa la naturaleza de ExchangeDistributionList. Solo lectura.

public:
 property Microsoft::Office::Interop::Outlook::OlDisplayType DisplayType { Microsoft::Office::Interop::Outlook::OlDisplayType get(); };
public Microsoft.Office.Interop.Outlook.OlDisplayType DisplayType { get; }
Public ReadOnly Property DisplayType As OlDisplayType

Valor de propiedad

Comentarios

Esta propiedad corresponde a la propiedad PidTagDisplayType de MAPI.

El objeto ExchangeDistributionList se deriva del AddressEntry objeto . Hereda la propiedad DisplayType del objeto AddressEntry. En el caso de ExchangeDistributionList, DisplayType siempre debe devolver olDistList.

Se aplica a