1-10 of 56 < Previous Next >
1 vote
fixed

A couple of NT security descriptor properties are not resolved in Structure Parser

When I click on "Parse Property as Structure..." of a public folder's PR_NT_Security_Descriptor and select "Security Descriptor", I receive a raw list of ACLs set on the folder. One of the entries...

id# 5590 | Planned Release: None | Last Updated: Aug 7 at 9:25 PM  by rroman81
1 vote
closed

Clean Up Unicode Macros

Sometimes we use _UNICODE, sometimes UNICODE. Some inline functions would be better off as simple macros WriteOleToFile passed different flags to StgCreateDocFile in UNICODE Some UNICODE cases coul...

id# 5719 | Planned Release: August 2008 Release | Last Updated: Aug 7 at 6:52 PM  by sgriffin
1 vote
closed

New Prop Tags And Named Props

RTM of Exchange protocol docs brought a news set of properties Fix: Wrote perl script to scan the protocol docs and pull out the property information - updated gentagarray.h and nameid.h. Also rem...

id# 5715 | Planned Release: August 2008 Release | Last Updated: Aug 7 at 6:52 PM  by sgriffin
1 vote
closed

Fix Flag Parsing Macros

Many recent flag parsing entries have been regular array entries instead of macros. These entries are error prone. Fix: Wrote new macros to cover the cases the old one didn't handle, then fixed al...

id# 5713 | Planned Release: August 2008 Release | Last Updated: Aug 7 at 6:52 PM  by sgriffin
1 vote
closed

Combine Enums For Deleted and Associated Contents

Having two enums __mfcmapiDeletedItemsEnum and __mfcmapiAssociatedContentsEnum to track what could be handled by some simple flags is confusing. Plus it leads to a few rather tricky case statements...

id# 5712 | Planned Release: August 2008 Release | Last Updated: Aug 7 at 6:52 PM  by sgriffin
1 vote
closed

Find All Named Props Could Be Faster

Realized I was calling both GetNamesFromIDs and GetIDsFromNames when I could have just called GetIDsFromNames with the right flags. Fix: Ripped out GetNamesFromIDs call and fixed GetIDsFromNames c...

id# 5718 | Planned Release: August 2008 Release | Last Updated: Aug 7 at 6:52 PM  by sgriffin
1 vote
closed

Edit Dialog For PT_ERROR Doesn't Show Error Code

HrGetOneProp was hiding the error code Fix: CPropertyEditor::InitPropValue rewritten to use GetProps so we get the error code

id# 5717 | Planned Release: August 2008 Release | Last Updated: Aug 7 at 6:52 PM  by sgriffin
1 vote
closed

Progress Bar Has Wrong Default Min

Min was set to 0 - MAPI documentation says it should be 1 Fix: Set default to 1.

id# 5716 | Planned Release: August 2008 Release | Last Updated: Aug 7 at 6:52 PM  by sgriffin
1 vote
closed

Export To XML Doesn't Parse Anymore

Smart view entries broke XML parsing. MV string, unicode and binary properties weren't wrapped in CDATA Backspace character (0x8) in Bin->text broke XML parsing Fix: Element name "Smart View" has ...

id# 5714 | Planned Release: August 2008 Release | Last Updated: Aug 7 at 6:52 PM  by sgriffin
1 vote
closed

Smart Views Enhancements: Now Including Recurrence Pattern Parsing!

Smart views needs more structures to parse. Notably, Recurrence patterns. Fix: Added parsing for Appointment Recurrence Pattern, Recurrence Pattern, Report Tag, Conversation Index, Task Assigners,...

id# 5723 | Planned Release: August 2008 Release | Last Updated: Aug 7 at 6:52 PM  by sgriffin

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 56 < Previous 1 2 3 4 5 6 Next >
Updating...