Message StoreSupportMasks Property | MSG .NET Class Library |
Contains values that client applications should query to determine the characteristics of a message store.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public IList<StoreSupportMask> StoreSupportMasks { get; }
public IList<StoreSupportMask> StoreSupportMasks { get; }
Public ReadOnly Property StoreSupportMasks As IList(Of StoreSupportMask) Get
Public ReadOnly Property StoreSupportMasks As IList(Of StoreSupportMask) Get
Dim instance As Message Dim value As IList(Of StoreSupportMask) value = instance.StoreSupportMasks
Dim instance As Message Dim value As IList(Of StoreSupportMask) value = instance.StoreSupportMasks
/** @property */ public IList<StoreSupportMask> get_StoreSupportMasks()
/** @property */ public IList<StoreSupportMask> get_StoreSupportMasks()
function get StoreSupportMasks () : IList<StoreSupportMask>
function get StoreSupportMasks () : IList<StoreSupportMask>
function get_StoreSupportMasks();
function get_StoreSupportMasks();
Property Value
Type:
The store support masks.
See Also