EmailAccount Class

3/29/2010

Represents an Outlook Mobile e-mail account.

Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)

Syntax

public class EmailAccount : Account
'Declaration
Public Class EmailAccount
    Inherits Account

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.

Inheritance Hierarchy

System.Object
   Microsoft.WindowsMobile.PocketOutlook.Account
    Microsoft.WindowsMobile.PocketOutlook.EmailAccount

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

EmailAccount Members
Microsoft.WindowsMobile.PocketOutlook Namespace