The IsNTService property specifies whether the caller is a Microsoft® Windows NT® service.
| SendMailTask Object |
object.IsNTService[= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Whether the caller is a Windows NT service |
The default is False.
Boolean
Read/write
HRESULT GetIsNTService(VARIANT_BOOL *pRetVal);
HRESULT SetIsNTService(VARIANT_BOOL NewValue);