MessageFileBase.SupportsInbox Property
Gets a value that indicates whether inbox writing is supported for the message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected abstract bool SupportsInbox { get; }
protected:
property bool SupportsInbox {
virtual bool get() abstract;
}
Protected MustOverride ReadOnly Property SupportsInbox As Boolean
Property Value
Type: System.Boolean
See Also
MessageFileBase Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top