ClrObjectFactory.CreateFromMailbox(String, String) Method

Definition

Activates a remote assembly through .NET remoting, using the remote assembly's mailbox. Currently not implemented; throws a COMException if called.

public:
 virtual System::Object ^ CreateFromMailbox(System::String ^ Mailbox, System::String ^ Mode);
public object CreateFromMailbox (string Mailbox, string Mode);
abstract member CreateFromMailbox : string * string -> obj
override this.CreateFromMailbox : string * string -> obj
Public Function CreateFromMailbox (Mailbox As String, Mode As String) As Object

Parameters

Mailbox
String

A mailbox on the Web service.

Mode
String

Not used.

Returns

This method throws an exception if called.

Implements

Exceptions

Simple Mail Transfer Protocol (SMTP) is not implemented.

Remarks

Throws an exception if called.

Applies to