HTTPCONTACTID structure
[HTTPCONTACTID 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 ContactInfo, ListContacts, and PatchContact methods.
Syntax
typedef struct tagHTTPCONTACTID {
LPSTR pszHref;
LPSTR pszId;
HTTPMAILCONTACTTYPE tyContact;
LPSTR pszModified;
} HTTPCONTACTID, *LPHTTPCONTACTID;
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.
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 |
|