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

Namespace:  Interop.CCMEXEC
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
AddAttachment(
	
string 
szName,
	
string 
szPath
)
Sub 
AddAttachment ( _
	
szName 
As 
String, _
	
szPath 
As 
String _
)
void 
AddAttachment(
		[
InAttribute] 
String^ 
szName, 
		[
InAttribute] 
String^ 
szPath
)

Parameters

szName
String
szPath
String

See Also