Share via


_Account.DeliveryStore Propiedad

Definición

Devuelve un Store objeto que representa el almacén de entrega predeterminado de la cuenta. Solo lectura.

public:
 property Microsoft::Office::Interop::Outlook::Store ^ DeliveryStore { Microsoft::Office::Interop::Outlook::Store ^ get(); };
public Microsoft.Office.Interop.Outlook.Store DeliveryStore { get; }
Public ReadOnly Property DeliveryStore As Store

Valor de propiedad

Comentarios

Devuelve Nothing (una referencia nula (Nothing en Visual Basic) en C#) si la cuenta no tiene un almacén de entrega predeterminado.

Se aplica a