The Profile property specifies the profile to use when sending an e-mail message.
object.Profile[= value]
Part | Description |
---|---|
object | Expression that evaluates to a SendMailTask object |
value | Profile to use |
String
Read/write
HRESULT GetProfile(BSTR *pRetVal);
HRESULT SetProfile(BSTR NewValue);