Admin::SetNotificationAdminInfoNoResult method
Office 2013 and later
Sets the data that is necessary for notifications to be sent by email message.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Parameters
- WADMIN_ORG_EMAIL_ADDRESS
- Type: System.String
Company domain (for example, microsoft.com).
- WADMIN_NTFY_FROM_EMAIL
- Type: System.String
Email address that a notification is sent from.
- WADMIN_NTFY_EMAIL_TRAILER
- Type: System.String
Email footer (default: Microsoft Office Project Server).
- WADMIN_SMTP_SERVER_NAME
- Type: System.String
SMTP mail server.
- WADMIN_SMTP_SERVER_PORT
- Type: System.Int32
Port of the SMTP mail server (default is 25).
- WADMIN_EMAIL_CHARSET
- Type: System.String
Email character set.
The Alerts and Reminders page in Project Web App (http://ServerName/ProjectServerName/_layouts/pwa/Admin/Notification.aspx) uses the SetNotificationAdminInfoNoResult method.
Project Server Permissions
Permission | Description |
|---|---|
Allows a user to manage notifications operational policy settings. Global permission. |
Show: