MessageFileBase.Trusted Property

 

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