Creates an e-mail and opens it in the default mail client
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Sub SendMail( _ ByVal mailto As String, _ ByVal subject As String, _ ByVal body As String _ ) |
Parameters
-
mailto
-
Type: string
"Mail to" field
-
subject
-
Type: string
"Subject" field
-
body
-
Type: string
Body of the e-mail
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also