Beispiel #1
0
        public static ObjectId RedactMailboxStoreObjectId(ObjectId objectId)
        {
            string text;
            string text2;

            return(SuppressingPiiData.RedactMailboxStoreObjectId(objectId, out text, out text2));
        }