HTTPCONTACTINFO structure
[HTTPCONTACTINFO is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Contains the response information for the ListContactInfos method.
Syntax
typedef struct tagHTTPCONTACTINFO {
LPSTR pszHref;
LPSTR pszId;
HTTPMAILCONTACTTYPE tyContact;
LPSTR pszModified;
LPSTR pszDisplayName;
LPSTR pszGivenName;
LPSTR pszSurname;
LPSTR pszNickname;
LPSTR pszEmail;
LPSTR pszHomeStreet;
LPSTR pszHomeCity;
LPSTR pszHomeState;
LPSTR pszHomePostalCode;
LPSTR pszHomeCountry;
LPSTR pszCompany;
LPSTR pszWorkStreet;
LPSTR pszWorkCity;
LPSTR pszWorkState;
LPSTR pszWorkPostalCode;
LPSTR pszWorkCountry;
LPSTR pszHomePhone;
LPSTR pszHomeFax;
LPSTR pszWorkPhone;
LPSTR pszWorkFax;
LPSTR pszMobilePhone;
LPSTR pszOtherPhone;
LPSTR pszBday;
LPSTR pszPager;
} HTTPCONTACTINFO, *LPHTTPCONTACTINFO;
Members
-
pszHref
-
Type: LPSTR
-
Contains an LPSTR that contains the URL to this contact.
-
pszId
-
Type: LPSTR
-
Contains an LPSTR that contains the contact ID.
-
tyContact
-
Type: HTTPMAILCONTACTTYPE
-
Contains an HTTPMAILCONTACTTYPE value that indicates the type of contact.
-
pszModified
-
Type: LPSTR
-
Contains an LPSTR that contains the date this contact was last updated.
-
pszDisplayName
-
Type: LPSTR
-
Contains an LPSTR that contains the display name of the contact.
-
pszGivenName
-
Type: LPSTR
-
Contains an LPSTR that contains the name of the contact.
-
pszSurname
-
Type: LPSTR
-
Contains an LPSTR that contains the surname of the contact.
-
pszNickname
-
Type: LPSTR
-
Contains an LPSTR that contains the nickname of the contact.
-
pszEmail
-
Type: LPSTR
-
Contains an LPSTR that contains the email address of the contact.
-
pszHomeStreet
-
Type: LPSTR
-
Contains an LPSTR that contains the home street address of the contact.
-
pszHomeCity
-
Type: LPSTR
-
Contains an LPSTR that contains the home city of the contact.
-
pszHomeState
-
Type: LPSTR
-
Contains an LPSTR that contains the home state or province of the contact.
-
pszHomePostalCode
-
Type: LPSTR
-
Contains an LPSTR that contains the home postal code of the contact.
-
pszHomeCountry
-
Type: LPSTR
-
Contains an LPSTR that contains the home country/region of the contact.
-
pszCompany
-
Type: LPSTR
-
Contains an LPSTR that contains the company name for the contact.
-
pszWorkStreet
-
Type: LPSTR
-
Contains an LPSTR that contains the work street address of the contact.
-
pszWorkCity
-
Type: LPSTR
-
Contains an LPSTR that contains the work city of the contact.
-
pszWorkState
-
Type: LPSTR
-
Contains an LPSTR that contains the work state or province of the contact.
-
pszWorkPostalCode
-
Type: LPSTR
-
Contains an LPSTR that contains the work postal code of the contact.
-
pszWorkCountry
-
Type: LPSTR
-
Contains an LPSTR that contains the work country/region of the contact.
-
pszHomePhone
-
Type: LPSTR
-
Contains an LPSTR that contains the home phone number of the contact.
-
pszHomeFax
-
Type: LPSTR
-
Contains an LPSTR that contains the home fax number of the contact.
-
pszWorkPhone
-
Type: LPSTR
-
Contains an LPSTR that contains the work phone number of the contact.
-
pszWorkFax
-
Type: LPSTR
-
Contains an LPSTR that contains the work fax number of the contact.
-
pszMobilePhone
-
Type: LPSTR
-
Contains an LPSTR that contains the mobile phone number of the contact.
-
pszOtherPhone
-
Type: LPSTR
-
Contains an LPSTR that contains the alternate phone number of the contact.
-
pszBday
-
Type: LPSTR
-
Contains an LPSTR that contains the birthday of the contact.
-
pszPager
-
Type: LPSTR
-
Contains an LPSTR that contains the pager number of the contact.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|