{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi,\n \nI have a zip file that has been created from email messages where each file name within the archive is created from the subject title of the email.\n \nThe problem is if I have emails with the same subject title.\n \nI would like the ability to extract both files and keep the files within the same extracted folder.\n \nAs since there would be a name clash it would be useful to have the ability to identify the clash and take appropriate action such as append/prefix text to one of the files to make then unique.\n \nSuch as it would be nice if a delegate method could be provided when this event occurs which would allow the developer to take specific action.\n \nIs this possible?\n \ne.g. see code snippet of usage:\n \n public void ExtractProgress(object sender, ExtractProgressEventArgs e) {\n if (e.EventType == ZipProgressEventType.Extracting_ExtractEntryWouldOverwrite) {\n ZipEntry entry = e.CurrentEntry;\n entry.FileName = String.Format(\"Copy of {0}\", entry.FileName);\n }\n }\n \nMany Thanks in advance,\nMarty",
    "LastUpdatedDate": "2013-02-21T18:42:50.043-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2012-05-31T00:30:21.313-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Support ability to extract duplicate file names",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 3,
    "Id": 15238
  },
  "FileAttachments": [],
  "Comments": []
}