_Account.DeliveryStore Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.