Created
January 15, 2019 00:48
-
-
Save Ddedalus/dc5d56802529f81bf2d1a36f5438bd26 to your computer and use it in GitHub Desktop.
Properties of Outlook API object
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def prop(obj): | |
| return sorted( obj._prop_map_get_.keys()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment