ExchangeService.InstallApp(Stream) Method

Definition

Installs a mail app. The InstallApp(Stream) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 void InstallApp(System::IO::Stream ^ manifestStream);
public void InstallApp (System.IO.Stream manifestStream);
Public Sub InstallApp (manifestStream As Stream)

Parameters

manifestStream
Stream

The application manifest's plain text XML stream.

Remarks

An exception will be thrown for errors.

Applies to