IClrObjectFactory.CreateFromMailbox(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activates a remote assembly through .NET remoting, using the remote assembly's mailbox. Currently not implemented; throws a COMException if called.
public:
System::Object ^ CreateFromMailbox(System::String ^ Mailbox, System::String ^ Mode);
public object CreateFromMailbox (string Mailbox, string Mode);
abstract member 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.
Exceptions
Simple Mail Transfer Protocol (SMTP) is not implemented.
Remarks
The implementation throws an exception if called.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.