Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value that indicates whether sending will use a trusted (authenticated) inbox. The default value is false.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool Trusted { get; set; }
public:
property bool Trusted {
bool get();
void set(bool value);
}
Public Property Trusted As Boolean
Property Value
Type: System.Boolean
See Also
MessageFileBase Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top