HTTPMAILBCOPYMOVE structure
[HTTPMAILBCOPYMOVE 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 CommandBCOPY and CommandBMOVE methods.
Syntax
typedef struct tagHTTPMAILBCOPYMOVE {
LPSTR pszHref;
LPSTR pszLocation;
HRESULT hrResult;
} HTTPMAILBCOPYMOVE, *LPHTTPMAILBCOPYMOVE;
Members
-
pszHref
-
Type: LPSTR
-
Contains an LPCSTR that contains the URL to the collection resource that contains the target resources.
-
pszLocation
-
Type: LPSTR
-
Contains an LPCSTR that contains the URL to the collection resource that contains the destination resources.
-
hrResult
-
Type: HRESULT
-
Contains an HRESULT that contains the error information.
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 |
|