Gets or sets a user ID.
[Visual Basic]
Public Property UserId As String
[C#]
public string UserId {get; set;}
Property Value
String to indicate a user ID.
Example
How to sets a user ID.
pop.UserId = "xxxxx"
pop.UserId = "xxxxx";
See Also
AwPop Class | Asterworld.Mail Namespace