Share via


SIMPHONEBOOKEMAILADDRESS

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

The SIMPHONEBOOKEMAILADDRESS structure supports an address item associated with a SIMPHONEBOOKENTRYEX. The SIMPHONEBOOKEMAILADDRESS structure is part of the SIM Manager API set that enables access to information stored on the USIM card.

Syntax

typedef struct simphonebookemailaddress_tag {
  DWORD cbSize;
  DWORD dwParams;
  TCHAR lpszAddress[MAX_LENGTH_PHONEBOOKENTRYTEXT];
} SIMPHONEBOOKEMAILADDRESS, *LPSIMPHONEBOOKEMAILADDRESS;

Parameters

  • cbSize
    Size of the structure in bytes.
  • dwParams
    Indicates valid parameter values.
  • lpszAddress[MAX_LENGTH_PHONEBOOKENTRYTEXT]
    A string containing the email address.

Requirements

Header simmgr.h

See Also

Reference

SIM Manager Structures