Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
d3f8e834
Commit
d3f8e834
authored
Nov 14, 2001
by
Jussi Jumppanen
Committed by
Alexandre Julliard
Nov 14, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing MAPI defines.
parent
805bdc53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
mapidefs.h
include/mapidefs.h
+20
-0
No files found.
include/mapidefs.h
View file @
d3f8e834
...
...
@@ -28,4 +28,24 @@ typedef union tagCY
}
CY
;
#endif
/* _tagCY_DEFINED */
/* MAPI Recipient types */
#ifndef MAPI_ORIG
#define MAPI_ORIG 0
/* Message originator */
#define MAPI_TO 1
/* Primary recipient */
#define MAPI_CC 2
/* Copy recipient */
#define MAPI_BCC 3
/* Blind copy recipient */
#define MAPI_P1 0x10000000
/* P1 resend recipient */
#define MAPI_SUBMITTED 0x80000000
/* Already processed */
#endif
/* Bit definitions for abFlags[0] */
#define MAPI_SHORTTERM 0x80
#define MAPI_NOTRECIP 0x40
#define MAPI_THISSESSION 0x20
#define MAPI_NOW 0x10
#define MAPI_NOTRESERVED 0x08
/* Bit definitions for abFlags[1] */
#define MAPI_COMPOUND 0x80
#endif
/*__WINE_MAPIDEFS_H*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment