ClrObjectFactory.CreateFromMailbox(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Active un assembly distant via .NET Remoting en utilisant la boîte aux lettres de l'assembly distant. Actuellement non implémentée ; lève une COMException si elle est appelée.
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
Paramètres
- Mailbox
- String
Boîte aux lettres sur le service Web.
- Mode
- String
Non utilisé.
Retours
Cette méthode lève une exception lorsqu'elle est appelée.
Implémente
Exceptions
Le protocole SMTP (Simple Mail Transfer Protocol) n'est pas implémenté.
Remarques
Lève une exception si elle est appelée.