mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-01 19:42:48 +00:00
Monotone-Parent: dc704fb10726eca5edd9213a64dd7edc139de7b4
Monotone-Revision: 1e777b448f611699c505f7adf188b474c8be8766 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-15T19:29:30 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -64,12 +64,12 @@
|
||||
return MAPISTORE_SUCCESS;
|
||||
}
|
||||
|
||||
- (enum MAPISTATUS) getProperty: (void **) data
|
||||
withTag: (enum MAPITAGS) propTag
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
- (int) getProperty: (void **) data
|
||||
withTag: (enum MAPITAGS) propTag
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
{
|
||||
id value;
|
||||
enum MAPISTATUS rc;
|
||||
int rc;
|
||||
|
||||
value = [[sogoObject properties] objectForKey: MAPIPropertyKey (propTag)];
|
||||
if (value)
|
||||
|
||||
Reference in New Issue
Block a user