Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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