Protocols/MSNP/Activities/SDK/Techref/Flags/Permission: Difference between revisions
Animadoria (talk | contribs) (Created automatically by Anima Importer) |
Animadoria (talk | contribs) No edit summary |
||
Line 16: | Line 16: | ||
* [[Protocols/MSNP/Activities/SDK/Techref/Flags/ReplaceIM|<span class="clsGenericBold">ReplaceIM</span>]]—Required to intercept and replace the contents of incoming chat messages. | * [[Protocols/MSNP/Activities/SDK/Techref/Flags/ReplaceIM|<span class="clsGenericBold">ReplaceIM</span>]]—Required to intercept and replace the contents of incoming chat messages. | ||
* [[Protocols/MSNP/Activities/SDK/Techref/Flags/SendFile|<span class="clsGenericBold">SendFile</span>]]—Required to send files as part of the application. | * [[Protocols/MSNP/Activities/SDK/Techref/Flags/SendFile|<span class="clsGenericBold">SendFile</span>]]—Required to send files as part of the application. | ||
* [[Protocols/MSNP/Activities/SDK/SendIM | * [[Protocols/MSNP/Activities/SDK/Techref/Flags/SendIM|<span class="clsGenericBold">SendIM</span>]]—Required to send a chat message to the remote user, either as the local user or as the application. | ||
* [[Protocols/MSNP/Activities/SDK/UserProperties | * [[Protocols/MSNP/Activities/SDK/Techref/Flags/UserProperties|<span class="clsGenericBold">UserProperties</span>]]—Required to perform Microsoft .NET Passport authentication or to get the user name or e-mail address of a participant, without performing authentication when the application loads. | ||
</div> | </div> |
Latest revision as of 00:27, 13 August 2022
Permission Flags
An application must have special permission to use advanced features outside of the standard, controlled set of methods and properties. These permissions can be granted in the form of permission flags that are set in the application's entry in the MSN® Messenger Activity Directory. When an author submits an application for inclusion in the Activitiy Directory, the author can request that permission flags be set to accommodate the demands of the application. Before an application with special permissions appears in the Activities directory, it must be reviewed by Microsoft. There is no guarantee that a review will take place within a particular time frame or that the requested permissions will be granted.
The following list describes available permission flags and the advanced features to which they grant access:
- ActiveX—Required to host ActiveX® controls on the application Web page.
- EnableIP—Required to get the IP addresses for the computers running the application.
- PassportSiteID—Required to perform Microsoft® .NET Passport authentication or to get the user name or e-mail address of a participant.
- ReceiveIM—Required to view the contents of incoming chat messages.
- ReplaceIM—Required to intercept and replace the contents of incoming chat messages.
- SendFile—Required to send files as part of the application.
- SendIM—Required to send a chat message to the remote user, either as the local user or as the application.
- UserProperties—Required to perform Microsoft .NET Passport authentication or to get the user name or e-mail address of a participant, without performing authentication when the application loads.