in the hand - .NET Solutions for Mobility

EmailAccount Class

Represents a Pocket Outlook e-mail account.

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

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

[Visual Basic]
Public Class EmailAccount
    Inherits Account
[C#]
public class EmailAccount : Account

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.

Remarks

One EmailAccount object is instantiated for each e-mail account on the mobile device. An EmailAccount object has a Name property and an associated Transport property. You can use an EmailAccount object's Send method to send e-mail messages.

Requirements

Namespace: InTheHand.WindowsMobile.PocketOutlook

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

See Also

EmailAccount Members | InTheHand.WindowsMobile.PocketOutlook Namespace