MAPIStubLibrary
MAPIStubLibrary copied to clipboard
The current declaration of `OpenStreamOnFile `in MAPIUtil.h is as follows: ``` STDMETHODIMP OpenStreamOnFile( LPALLOCATEBUFFER lpAllocateBuffer, LPFREEBUFFER lpFreeBuffer, ULONG ulFlags, __in LPCTSTR lpszFileName, __in_opt LPCTSTR lpszPrefix, LPSTREAM FAR * lppStream); ```...
Is it possible to obtain a WCHAR stream when using `WrapCompressedRTFStreamEx`? I'm not sure, but it seems like it might involve setting `RTF_WCSINFO::ulOutCodePage` before calling the function (although correct me...
The FAQ link https://mapistublibrary.codeplex.com/wikipage?title=FAQ is a dead link It looks like the FAQ/wiki wasn't transfered over from CodePlex. Should the link be updated to link to newer Microsoft docs instead...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.13 to 3.28.15. Release notes Sourced from github/codeql-action's releases. v3.28.15 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...
The support in this lib doesn't match the doc https://learn.microsoft.com/en-us/windows/win32/api/mapi/ns-mapi-mapifiledesc https://learn.microsoft.com/en-us/windows/win32/api/mapi/ns-mapi-mapifiledescw ...\Windows Kits\10\Include\10.0.19041.0\um\MAPI.h contains MapiFileDesc MapiFileDescW but MAPI.h in this library only contains MapiFileDesc Is this intentional? A bug? Which...
Hi, I was wondering if we could add some missing declarations to the MAPI headers, specifically these: ``` struct RTF_WCSINFO { ULONG size; ULONG ulFlags; ULONG ulInCodePage; ULONG ulOutCodePage; };...
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.13.1 to 2.13.2. Release notes Sourced from step-security/harden-runner's releases. v2.13.2 What's Changed Fixed an issue where there was a limit of 512 allowed endpoints when using block...
My app's architecture is Arm64, Outlook's architecture is Arm64X. Mapi init always fails with error 0x80004005 in my app. Is this a known issue or a limitation?