assemblyinfo.vb

来自「VB.NET - NET Framework - How-To Send Mai」· VB 代码 · 共 17 行

VB
17
字号
'Copyright (C) 2002 Microsoft Corporation
'All rights reserved.
'THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER 
'EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF 
'MERCHANTIBILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.

'Requires the Trial or Release version of Visual Studio .NET Professional (or greater).

Option Strict On

Imports System.Reflection

<Assembly: AssemblyTitle("VB.NET How-To: Send Mail Using the SMTP Service")> 
<Assembly: AssemblyDescription("Microsoft Visual Basic .NET How-To: Send Mail Using the SMTP Service")> 
<Assembly: AssemblyCompany("Microsoft Corporation")> 
<Assembly: AssemblyProduct("Microsoft Visual Basic .NET How To: 2002")> 
<Assembly: AssemblyCopyright("Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?