mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 18:35:25 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user