The users mail username. CRM 5.web saves this if user has specified it.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring MailUser { get; set; }
Property MailUser As String
Get
Set
Dim instance As IUser
Dim value As String
value = instance.MailUser
instance.MailUser = value
property String^ MailUser {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also