Outlook插件开发代码
.
├── OutlookAddInDemo
│ ├── OutlookAddInDemo
│ │ ├── AdditionalPropertiesFormRegion.Designer.cs
│ │ ├── AdditionalPropertiesFormRegion.cs
│ │ ├── ContactsInfoDisplay.Designer.cs
│ │ ├── ContactsInfoDisplay.cs
│ │ ├── ContactsInfoDisplay.resx
│ │ ├── OutlookAddInDemo.csproj
│ │ ├── OutlookAddInDemo.csproj.user
│ │ ├── OutlookAddInDemo_TemporaryKey.pfx
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Ribbon1.Designer.cs
│ │ ├── Ribbon1.cs
│ │ ├── Ribbon1.resx
│ │ ├── ThisAddIn.Designer.cs
│ │ ├── ThisAddIn.Designer.xml
│ │ ├── ThisAddIn.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Microsoft.Office.Tools.Common.v4.0.Utilities.dll
│ │ │ │ ├── Microsoft.Office.Tools.Common.v4.0.Utilities.xml
│ │ │ │ ├── Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll
│ │ │ │ ├── Microsoft.Office.Tools.Outlook.v4.0.Utilities.xml
│ │ │ │ ├── OutlookAddInDemo.dll
│ │ │ │ ├── OutlookAddInDemo.dll.manifest
│ │ │ │ ├── OutlookAddInDemo.pdb
│ │ │ │ ├── OutlookAddInDemo.vsto
│ │ │ │ └── app.publish
│ │ │ │ ├── Application Files
│ │ │ │ │ └── OutlookAddInDemo_1_0_0_7
│ │ │ │ │ ├── Microsoft.Office.Tools.Common.v4.0.Utilities.dll.deploy
│ │ │ │ │ ├── Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll.deploy
│ │ │ │ │ ├── OutlookAddInDemo.dll.deploy
│ │ │ │ │ ├── OutlookAddInDemo.dll.manifest
│ │ │ │ │ └── OutlookAddInDemo.vsto
│ │ │ │ ├── OutlookAddInDemo.vsto
│ │ │ │ └── setup.exe
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── OutlookAddInDemo.ContactsInfoDisplay.resources
│ │ │ ├── OutlookAddInDemo.Properties.Resources.resources
│ │ │ ├── OutlookAddInDemo.Ribbon1.resources
│ │ │ ├── OutlookAddInDemo.csproj.FileListAbsolute.txt
│ │ │ ├── OutlookAddInDemo.dll
│ │ │ ├── OutlookAddInDemo.pdb
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ └── publish
│ │ ├── Application Files
│ │ │ ├── OutlookAddInDemo_1_0_0_6
│ │ │ │ ├── Microsoft.Office.Tools.Common.v4.0.Utilities.dll.deploy
│ │ │ │ ├── Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll.deploy
│ │ │ │ ├── OutlookAddInDemo.dll.deploy
│ │ │ │ ├── OutlookAddInDemo.dll.manifest
│ │ │ │ └── OutlookAddInDemo.vsto
│ │ │ └── OutlookAddInDemo_1_0_0_7
│ │ │ ├── Microsoft.Office.Tools.Common.v4.0.Utilities.dll.deploy
│ │ │ ├── Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll.deploy
│ │ │ ├── OutlookAddInDemo.dll.deploy
│ │ │ ├── OutlookAddInDemo.dll.manifest
│ │ │ └── OutlookAddInDemo.vsto
│ │ ├── OutlookAddInDemo.vsto
│ │ └── setup.exe
│ ├── OutlookAddInDemo.sln
│ └── OutlookAddInDemo.suo
└── 找例子网_OutlookAddInDemo.rar
16 directories, 60 files
评论