IsNTService Property (DTS)

The IsNTService property specifies whether the caller is a Microsoft® Windows NT® service.

Applies To
SendMailTask Object  

Syntax

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

Remarks

The default is False.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetIsNTService(VARIANT_BOOL *pRetVal);

HRESULT SetIsNTService(VARIANT_BOOL NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.