MPMessageAttachment Class

 

Represents a message attachment being sent to a management point.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint::MPMessageAttachment

[SerializableAttribute]
public ref class MPMessageAttachment sealed 

NameDescription
System_CAPS_pubmethodMPMessageAttachment()

Initializes a new instance of the MPMessageAttachment class.

System_CAPS_pubmethodMPMessageAttachment(MessageAttachment^, Int32)

Initializes a new instance of the MPMessageAttachment class.

NameDescription
System_CAPS_pubpropertyAttachmentType

Gets or sets the attachment type.

System_CAPS_pubpropertyLength

Gets or sets the byte length of the attachment.

System_CAPS_pubpropertyName

Gets or sets the name of the attachment.

System_CAPS_pubpropertyOffset

Gets or sets the offset for the attachment from the body.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: