SPMobileMessagingAccount Members
Include Protected Members
Include Inherited Members
Represents a user’s account with an Office Mobile Service (OMS) Web service.
The SPMobileMessagingAccount type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPMobileMessagingAccount() | Initializes a new instance of the SPMobileMessagingAccount class. | |
SPMobileMessagingAccount(String, String, String, SecureString) | Initializes a new instance of the SPMobileMessagingAccount class with the specified service and user. | |
SPMobileMessagingAccount(String, String, String, SecureString, SPMobileMessageServiceProvider, SPMobileMessageUserInfo) | Initializes a new instance of the SPMobileMessagingAccount class with the specified service, user, and service provider. |
Top
Properties
Name | Description | |
---|---|---|
AccountId | Gets the account ID. | |
LastUpdate | Gets or sets the last time one of the properties of the Web service changed. | |
Parent | Gets the SharePoint Foundation Web application to which the user’s Office Mobile Service (OMS) messaging Web service account belongs. | |
Password | Gets or sets the user’s password for the account. | |
ServiceName | Gets or sets the friendly name of the Office Mobile Service (OMS) Web Service. | |
ServiceProvider | Gets information from the Web service about its provider. | |
ServiceUrl | Gets or sets the URL of the Office Mobile Service (OMS) Web service. | |
SoapFormat | Gets or sets the SOAP format, sometimes called the SOAP style. | |
UserId | Gets or sets the account holder’s ID. | |
UserInfo | Gets the Office Mobile Service (OMS) Web service’s information about the account holder. |
Top
Methods
Name | Description | |
---|---|---|
CheckServiceUpdate | Ensures that the SPMobileMessagingAccount object’s information about the Office Mobile Service (OMS) messaging Web service provider is at least as recent as the specified date. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsValidAccount | Gets a value that indicates whether the account object is still a valid account with the Office Mobile Service (OMS) messaging Web service. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
UpdateServiceProvider | Gets the service provider’s latest information about itself and uses it to update the ServiceProvider property. | |
UpdateUserInfo | Gets the service provider’s latest information about the user and uses it to update the UserInfo property. |
Top