Added PidTagHasNamedProperties

maint-2.0.2
Wolfgang Sourdeau 2012-09-19 16:06:27 -04:00
parent 1f8f31daff
commit 569a34c0f4
1 changed files with 6 additions and 0 deletions

View File

@ -657,6 +657,12 @@ rtf2html (NSData *compressedRTF)
return MAPISTORE_SUCCESS;
}
- (int ) getPidTagHasNamedProperties: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx
{
return [self getYes: data inMemCtx: memCtx];
}
- (int) getPidLidSideEffects: (void **) data // TODO
inMemCtx: (TALLOC_CTX *) memCtx
{