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

Initializes a new instance of the MPMessageAttachmentclass.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
MPMessageAttachment(
	

MessageAttachment 
attachment,
	
int 
offset
)
Public 
Sub 
New ( _
	
attachment 
As 

MessageAttachment, _
	
offset 
As 
Integer _
)
public:
MPMessageAttachment(
	

MessageAttachment^ 
attachment, 
	
int 
offset
)

Parameters

attachment
MessageAttachment
Creates an attachment serialization blob from the attachment object
offset
Int32
Specifies the message offset

See Also