[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents an attachment message being sent to an MP

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
MPMessageAttachment
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
MPMessageAttachment
[
SerializableAttribute]
public 
ref class 
MPMessageAttachment 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
MPMessageAttachment () () () ()
Initializes a new instance of the MPMessageAttachmentclass.
MPMessageAttachment(MessageAttachment, Int32)
Initializes a new instance of the MPMessageAttachmentclass.
AttachmentType
Gets or sets the attachment type
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
Length
Gets or sets the byte length of the attachment
MemberwiseClone () () () () (Inherited from Object.)
Name
Gets or sets the attachment name
Offset
Gets or sets the offset from the body for the attachment
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also