MessageAttachment Class
File attachments for messages.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Framework.MessageAttachment
Syntax
[SerializableAttribute]
public sealed class MessageAttachment
[SerializableAttribute]
public ref class MessageAttachment sealed
<SerializableAttribute>
Public NotInheritable Class MessageAttachment
Constructors
Name | Description | |
---|---|---|
MessageAttachment() | Initializes a new instance of the MessageAttachment class. |
|
MessageAttachment(String, Byte[]) | Initializes a new instance of the MessageAttachment class. |
|
MessageAttachment(String, String) | Initializes a new instance of the MessageAttachment class. |
Properties
Name | Description | |
---|---|---|
Body | Gets or sets the body of an attachment. |
|
Name | Gets or sets the name of an attachment. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top