diff --git a/ActiveSync/SOGoActiveSyncDispatcher+Sync.m b/ActiveSync/SOGoActiveSyncDispatcher+Sync.m
index 1c15f37e6..5690fea08 100644
--- a/ActiveSync/SOGoActiveSyncDispatcher+Sync.m
+++ b/ActiveSync/SOGoActiveSyncDispatcher+Sync.m
@@ -1050,11 +1050,12 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
{
// Collection not found - next folderSync will do the cleanup
//NSLog(@"Sync Collection not found %@ %@", collectionId, realCollectionId);
- [theBuffer appendString: @""];
- [theBuffer appendFormat: @"%@", syncKey];
- [theBuffer appendFormat: @"%@", collectionId];
- [theBuffer appendFormat: @"%d", 8];
- [theBuffer appendString: @""];
+ //Outlook doesn't like following response
+ //[theBuffer appendString: @""];
+ //[theBuffer appendFormat: @"%@", syncKey];
+ //[theBuffer appendFormat: @"%@", collectionId];
+ //[theBuffer appendFormat: @"%d", 8];
+ //[theBuffer appendString: @""];
return;
}