MailUser.WindowsLiveID property
Gets or sets the Windows Live ID associated with the mail user.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property WindowsLiveID As SmtpAddress
Get
Set
'Usage
Dim instance As MailUser
Dim value As SmtpAddress
value = instance.WindowsLiveID
instance.WindowsLiveID = value
public SmtpAddress WindowsLiveID { get; set; }
Property value
Type: Microsoft.Exchange.Data.SmtpAddress
The Windows Live ID associated with the mail user.
Remarks
This property is not available for on-premises deployments.