Home
last modified time | relevance | path

Searched refs:MAPI_FORCE_DOWNLOAD (Results 1 – 24 of 24) sorted by relevance

/dports/devel/upp/upp/bazaar/MAPIEx/plugin/include_MINGW32/
H A Dmapix.h33 #define MAPI_FORCE_DOWNLOAD 0x00001000 macro
42 #define MAPI_SIMPLE_DEFAULT (MAPI_LOGON_UI | MAPI_FORCE_DOWNLOAD | MAPI_ALLOW_OTHERS)
43 #define MAPI_SIMPLE_EXPLICIT (MAPI_NEW_SESSION | MAPI_FORCE_DOWNLOAD | MAPI_EXPLICIT_PROFILE)
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmapix.h33 #define MAPI_FORCE_DOWNLOAD 0x00001000 macro
42 #define MAPI_SIMPLE_DEFAULT (MAPI_LOGON_UI | MAPI_FORCE_DOWNLOAD | MAPI_ALLOW_OTHERS)
43 #define MAPI_SIMPLE_EXPLICIT (MAPI_NEW_SESSION | MAPI_FORCE_DOWNLOAD | MAPI_EXPLICIT_PROFILE)
H A Dmapi.h89 #define MAPI_FORCE_DOWNLOAD 0x00001000 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmapix.h33 #define MAPI_FORCE_DOWNLOAD 0x00001000 macro
42 #define MAPI_SIMPLE_DEFAULT (MAPI_LOGON_UI | MAPI_FORCE_DOWNLOAD | MAPI_ALLOW_OTHERS)
43 #define MAPI_SIMPLE_EXPLICIT (MAPI_NEW_SESSION | MAPI_FORCE_DOWNLOAD | MAPI_EXPLICIT_PROFILE)
H A Dmapi.h89 #define MAPI_FORCE_DOWNLOAD 0x00001000 macro
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/include/
H A Dmapix.h56 #define MAPI_FORCE_DOWNLOAD 0x00001000 /* Get new mail before return */ macro
65 #define MAPI_SIMPLE_DEFAULT (MAPI_LOGON_UI | MAPI_FORCE_DOWNLOAD | MAPI_ALLOW_OTHERS)
66 #define MAPI_SIMPLE_EXPLICIT (MAPI_NEW_SESSION | MAPI_FORCE_DOWNLOAD | MAPI_EXPLICIT_PROFILE)
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dmapi.d60 enum MAPI_FORCE_DOWNLOAD = 0x1000; variable
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dmapi.d60 enum MAPI_FORCE_DOWNLOAD = 0x1000; variable
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dmapi.d59 enum MAPI_FORCE_DOWNLOAD = 0x1000; variable
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dmapi.d60 enum MAPI_FORCE_DOWNLOAD = 0x1000; variable
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dmapi.h71 #define MAPI_FORCE_DOWNLOAD 0x1000 macro
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dmapi.d59 enum MAPI_FORCE_DOWNLOAD = 0x1000; variable
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dmapi.d59 enum MAPI_FORCE_DOWNLOAD = 0x1000; variable
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dmapi.d59 enum MAPI_FORCE_DOWNLOAD = 0x1000; variable
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Dmapi.d59 enum MAPI_FORCE_DOWNLOAD = 0x1000; variable
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dmapi.d59 enum MAPI_FORCE_DOWNLOAD = 0x1000; variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dmapi.d60 enum MAPI_FORCE_DOWNLOAD = 0x1000; variable
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dmapi.h71 #define MAPI_FORCE_DOWNLOAD 0x1000 macro
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Mapi/
H A Dmod.rs66 pub const MAPI_FORCE_DOWNLOAD: u32 = 4096u32; const
/dports/mail/alpine/alpine-465e23b/mapi/
H A Dsmapi.c189 flFlags & MAPI_FORCE_DOWNLOAD ? "" : "NOT"); in MAPILogon()
/dports/lang/ghc/ghc-8.10.7/libraries/Win32/System/Win32/
H A DSimpleMAPI.hsc55 , mAPI_FORCE_DOWNLOAD = MAPI_FORCE_DOWNLOAD
/dports/editors/pico-alpine/alpine-465e23b/mapi/
H A Dsmapi.c189 flFlags & MAPI_FORCE_DOWNLOAD ? "" : "NOT"); in MAPILogon()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Mapi/
H A Dmod.rs75 pub const MAPI_FORCE_DOWNLOAD: u32 = 4096u32; const
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/mapihook/src/
H A DmsgMapiImp.cpp147 (aFlags & MAPI_FORCE_DOWNLOAD), bNewSession, &nSession_Id, in Login()