Udostępnij za pośrednictwem


MessageAttachment Constructor (String, String)

 

Initializes a new instance of the MessageAttachment class.

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

Syntax

public MessageAttachment(
    string name,
    string body
)
public:
MessageAttachment(
    String^ name,
    String^ body
)
Public Sub New (
    name As String,
    body As String
)

Parameters

See Also

MessageAttachment Overload
MessageAttachment Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top