ExchangeService.InstallApp(Stream) 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.
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.