GetDefaultProfileName Method

DTS Programming

DTS Programming

GetDefaultProfileName Method

The GetDefaultProfileName method returns the default profile name.

Applies To
SendMailTask Object
Syntax

[string =] object.GetDefaultProfileName

Part Description
object Expression that evaluates to a SendMailTask object
string String to receive the default profile name

Prototype (C/C++)

HRESULT GetDefaultProfileName(BSTR *DefaultProfile);

See Also

Profile Property