_NameSpace.DefaultStore Property

Definition

Returns a Store object representing the default Store for the profile. Read-only.

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

Property Value

Remarks

Returns an error if there is no default store for the current profile.

Applies to