Click or drag to resize

Kite.Email_Alerts Property

DotNet Library For Kite Connect API

Get's or Set's Email Alerts Status

Namespace:  KiteNet
Assembly:  KiteNet (in KiteNet.dll) Version: 1.3.0.0
Syntax
public bool Email_Alerts { get; set; }

Property Value

Type: Boolean
True or False

Return Value

Type: Boolean
Email Alert Status
Remarks
If enabled, you will get email on app events, position and order updates. Default, it is not enabled.
Examples
Dim Kite As Kite = New Kite

Kite.Email_Alerts = True
See Also