in the hand - .NET Solutions for Mobility

Account Class

Defines the account ID, counter, and parent message store for all messaging accounts. This is the base class for EmailAccount and SmsAccount.

For a list of all members of this type, see Account Members.

System.Object
   InTheHand.WindowsMobile.PocketOutlook.Account
      InTheHand.WindowsMobile.PocketOutlook.EmailAccount
      InTheHand.WindowsMobile.PocketOutlook.SmsAccount

[Visual Basic]
Public Class Account
    Implements IDisposable
[C#]
public class Account : IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: InTheHand.WindowsMobile.PocketOutlook

Assembly: InTheHand.WindowsMobile.PocketOutlook (in InTheHand.WindowsMobile.PocketOutlook.dll)

See Also

Account Members | InTheHand.WindowsMobile.PocketOutlook Namespace