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
name
Type: System.StringThe name of the attachment.
body
Type: System.StringThe attachment body.
See Also
MessageAttachment Overload
MessageAttachment Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top