Defines the account ID, counter, and parent message store for all messaging accounts.
This is the base class for EmailAccount and SmsAccount.
| C# | Visual Basic |
public class Account : IDisposable
Public Class Account _ Implements IDisposable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Dispose(Boolean) |
Releases the unmanaged resources used by the Account and optionally releases the managed resources.
| |
| Dispose()()()() |
Releases all resources used by the Account.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Account to attempt to free resources and perform other cleanup operations before the Account is reclaimed by garbage collection.
(Overrides Object.Finalize()()()().) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ItemId |
Gets the unique Item ID for the Account.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
Gets the name of the Account.
| |
| Properties |
Gets the property collection for the Account.
| |
| ToString()()()() | (Overrides Object.ToString()()()().) |
| Object | ||
| Account | ||
| EmailAccount | ||
| MmsAccount | ||
| SmsAccount | ||