MPMessageAttachment Class
Represents a message attachment being sent to a management point.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint::MPMessageAttachment
| Name | Description | |
|---|---|---|
![]() | MPMessageAttachment() | Initializes a new instance of the MPMessageAttachment class. |
![]() | MPMessageAttachment(MessageAttachment^, Int32) | Initializes a new instance of the MPMessageAttachment class. |
| Name | Description | |
|---|---|---|
![]() | AttachmentType | Gets or sets the attachment type. |
![]() | Length | Gets or sets the byte length of the attachment. |
![]() | Name | Gets or sets the name of the attachment. |
![]() | Offset | Gets or sets the offset for the attachment from the body. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

