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
Syntaxpublic bool Email_Alerts { get; set; }
Public Property Email_Alerts As Boolean
Get
Set
Property Value
Type:
BooleanTrue or False
Return Value
Type:
BooleanEmail 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