InfoRequest.NewEmail Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The optional new email address for the authenticated user. This will replace the old email address if there was one. The email will not be updated until it is confirmed.
public string? NewEmail { get; init; }
member this.NewEmail : string with get, set
Public Property NewEmail As String