DTS Programming
Profile Property
The Profile property specifies the profile to use when sending an e-mail message.
Applies To
| SendMailTask Object |
Syntax
object.Profile[= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to a SendMailTask object |
| value | Profile to use |
Data Type
String
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetProfile(BSTR *pRetVal);
HRESULT SetProfile(BSTR NewValue);