_Account.DeliveryStore Property

Definition

Returns a Store object that represents the default delivery store for the account. Read-only.

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

Property Value

Remarks

Returns Nothing (a null reference (Nothing in Visual Basic) in C#) if the account does not have a default delivery store.

Applies to