基本信息
源码名称:Outlook插件开发代码
源码大小:0.58M
文件格式:.rar
开发语言:C#
更新时间:2021-12-11
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
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
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