bool Remove(FolderId folderId) { EwsUtilities.ValidateParam(folderId, "folderId"); return this.InternalRemove(folderId); }