HResults.DTS_w_SENDMAILTASK_ERROR_IN_BCC_LINE Field

The address in the "Bcc" 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_BCC_LINE As Integer
'Usage
Dim value As Integer 

value = HResults.DTS_w_SENDMAILTASK_ERROR_IN_BCC_LINE
public const int DTS_w_SENDMAILTASK_ERROR_IN_BCC_LINE
public:
literal int DTS_w_SENDMAILTASK_ERROR_IN_BCC_LINE
static val mutable DTS_w_SENDMAILTASK_ERROR_IN_BCC_LINE: int
public const var DTS_w_SENDMAILTASK_ERROR_IN_BCC_LINE : int

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace