Monotone-Parent: 7a12a4fc3471976029528f54b57e6999eff2b3aa

Monotone-Revision: f43939c9f93e2ae0c474453779ec04d06a04dd8a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-07-19T19:06:46
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-07-19 19:06:46 +00:00
parent 2de531a6cb
commit 4c86e1b09b
5 changed files with 88 additions and 60 deletions
+11
View File
@@ -26,6 +26,7 @@
#import <Foundation/NSObject.h>
#include <talloc.h>
#include <mapistore/mapistore_errors.h>
struct MAPIStoreTallocWrapper
{
@@ -58,4 +59,14 @@ struct MAPIStoreTallocWrapper
@end
@interface NSObject (MAPIStoreProperties)
+ (enum mapistore_error) getAvailableProperties: (struct SPropTagArray **) propertiesP
inMemCtx: (TALLOC_CTX *) memCtx;
- (enum mapistore_error) getAvailableProperties: (struct SPropTagArray **) propertiesP
inMemCtx: (TALLOC_CTX *) memCtx;
- (BOOL) canGetProperty: (enum MAPITAGS) propTag;
@end
#endif /* NSOBJECT_MAPISTORE_H */