Set PidLidRecurrentPattern

maint-2.0.2
Wolfgang Sourdeau 2012-09-26 09:28:37 -04:00
parent 49ea183835
commit a6a30afe75
1 changed files with 8 additions and 0 deletions

View File

@ -1305,6 +1305,14 @@ static NSCharacterSet *hexCharacterSet = nil;
return rc;
}
- (int) getPidLidRecurrencePattern: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx
{
*data = [@"No description" asUnicodeInMemCtx: memCtx];
return MAPISTORE_SUCCESS;
}
- (void) _fillExceptionInfo: (struct ExceptionInfo *) exceptionInfo
andExtendedException: (struct ExtendedException *) extendedException
withException: (iCalEvent *) exceptionEvent