Set PidLidRecurrentPattern

This commit is contained in:
Wolfgang Sourdeau
2012-09-26 09:28:37 -04:00
parent 49ea183835
commit a6a30afe75

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