Share via


MessageFileSettings.SenderProperties Property

 

Gets special configuration settings for specific senders. Some messages may require special sender-specific settings which can be set here.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public SenderConfigurationProperties SenderProperties { get; }
public:
property SenderConfigurationProperties^ SenderProperties {
    virtual SenderConfigurationProperties^ get() sealed;
}
Public ReadOnly Property SenderProperties As SenderConfigurationProperties

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.SenderConfigurationProperties

Implements

IMessageSettings.SenderProperties

See Also

MessageFileSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top