_Account.DeliveryStore Property
Returns a Store object that represents the default delivery store for the account. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property DeliveryStore As Store
Get
'Usage
Dim instance As _Account
Dim value As Store
value = instance.DeliveryStore
[DispIdAttribute()]
Store DeliveryStore { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.Store
Remarks
Returns Nothing (a null reference (Nothing in Visual Basic) in C#) if the account does not have a default delivery store.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Create a Sendable Item for a Specific Account Based on the Current Folder