HTTPMEMBERINFO structure
[HTTPMEMBERINFO is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Contains resource properties returned in a server response for the MemberInfo method.
Syntax
typedef struct tagHTTPMEMBERINFO {
LPSTR pszHref;
BOOL fIsFolder;
LPSTR pszDisplayName;
BOOL fHasSubs;
BOOL fNoSubs;
DWORD dwUnreadCount;
DWORD dwVisibleCount;
HTTPMAILSPECIALFOLDER tySpecial;
BOOL fRead;
BOOL fHasAttachment;
LPSTR pszTo;
LPSTR pszFrom;
LPSTR pszSubject;
LPSTR pszDate;
DWORD dwContentLength;
} HTTPMEMBERINFO, *LPHTTPMEMBERINFO;
Members
-
pszHref
-
Type: LPSTR
-
Contains an LPSTR that contains the URL of the resource.
-
fIsFolder
-
Type: BOOL
-
Contains a BOOL that indicates whether the resource is a collection.
-
pszDisplayName
-
Type: LPSTR
-
Contains an LPSTR that contains the name of the resource used for UI. This is a folder property.
-
fHasSubs
-
Type: BOOL
-
Contains a BOOL that indicates whether the collection resource has subtrees. This is a folder property.
-
fNoSubs
-
Type: BOOL
-
Contains a BOOL that indicates whether the collection resource has no subtrees. This is a folder property.
-
dwUnreadCount
-
Type: DWORD
-
Contains a DWORD that contains the number of unread messages contained in the collection. This is a folder property.
-
dwVisibleCount
-
Type: DWORD
-
Contains a DWORD that contains the number of visible messages in the collection. This is a folder property.
-
tySpecial
-
Type: HTTPMAILSPECIALFOLDER
-
Contains a value from the HTTPMAILSPECIALFOLDER enumeration that indicates the special folder type. This is a folder property.
-
fRead
-
Type: BOOL
-
Contains a BOOL that indicates whether the resource is marked read. This is a message property.
-
fHasAttachment
-
Type: BOOL
-
Contains a BOOL that indicates whether the resource has an attachment. This is a message property.
-
pszTo
-
Type: LPSTR
-
Contains an LPSTR that contains the contents of the To: field in the header. This is a message property.
-
pszFrom
-
Type: LPSTR
-
Contains an LPSTR that contains the contents of the From: field in the header. This is a message property.
-
pszSubject
-
Type: LPSTR
-
Contains an LPSTR that contains the contents of the Subject: field in the header. This is a message property.
-
pszDate
-
Type: LPSTR
-
Contains an LPSTR that contains the contents of the Date: field in the header. This is a message property.
-
dwContentLength
-
Type: DWORD
-
Contains a DWORD that contains the size of the content of the resource. This is a message property.
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 |
|