Admin.SetNotificationAdminInfoNoResult Method
Office 2010
Sets the data that is necessary for notifications to be sent by email message.
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Admin/SetNotificationAdminInfoNoResult", RequestNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Admin/", ResponseNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Admin/", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)] public int SetNotificationAdminInfoNoResult( string WADMIN_ORG_EMAIL_ADDRESS, string WADMIN_NTFY_FROM_EMAIL, string WADMIN_NTFY_EMAIL_TRAILER, string WADMIN_SMTP_SERVER_NAME, int WADMIN_SMTP_SERVER_PORT, string WADMIN_EMAIL_CHARSET )
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. |