HResults.DTS_W_SENDMAILTASK_ERROR_IN_TO_LINE Field
The address in the "To" line is malformed. It is either missing the "@" symbol or is not valid.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Const DTS_W_SENDMAILTASK_ERROR_IN_TO_LINE As Integer
'Usage
Dim value As Integer
value = HResults.DTS_W_SENDMAILTASK_ERROR_IN_TO_LINE
public const int DTS_W_SENDMAILTASK_ERROR_IN_TO_LINE
public:
literal int DTS_W_SENDMAILTASK_ERROR_IN_TO_LINE
static val mutable DTS_W_SENDMAILTASK_ERROR_IN_TO_LINE: int
public const var DTS_W_SENDMAILTASK_ERROR_IN_TO_LINE : int