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

Creates a file and writes directly to the appropriate inbox. If the Configuration Manager site server is not present on the remote machine where this is run, an exception will be raised.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
ObsoleteAttribute("Use Settings.HostName to
specify a server name and use SerializeToInbox() rather than using
this method.")]
public 
void 
SerializeToInbox(
	
string 
serverName
)
<
ObsoleteAttribute("Use Settings.HostName to
specify a server name and use SerializeToInbox() rather than using
this method.")> _
Public 
Sub 
SerializeToInbox ( _
	
serverName 
As 
String _
)
[
ObsoleteAttribute(L"Use Settings.HostName to
specify a server name and use SerializeToInbox() rather than using
this method.")]
public:
void 
SerializeToInbox(
	
String^ 
serverName
)

Parameters

serverName
String

See Also