Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the cmdlet beyond simple SELECT/INSERT/UPDATE/DELETE operations with Microsoft Exchange.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from Microsoft Exchange, along with an indication of whether the procedure succeeded or failed.
CData Cmdlets PowerShell Module for Microsoft Exchange Stored Procedures
Name | Description |
CreateAttachments | Create and add a attachment to an existing email. |
GetAttachment | Retrieves the indicated attachments. |
GetOAuthAccessToken | Gets an authentication token from Outlook. |
GetOAuthAuthorizationURL | Gets the authorization URL that must be opened separately by the user to grant access to your application. Only needed when developing Web apps. You will request the OAuthAccessToken from this URL. |
GetUserOofSettings | Provides access to the OOF settings of a user. A user is identified by the email address of the user. If the OOF message is null and OOF is enabled, no OOF message is sent. |
MoveItem | Move messages from one folder to another. |
RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with various Office 365 services. |
SendItem | Send an email message that is located in the Exchange store. |
SendMail | Send a new email to the specified recipients. |