IUserMailPassword Property |
The users mail password. 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 MailPassword { set; }
WriteOnly Property MailPassword As String
Set
Dim instance As IUser
Dim value As String
instance.MailPassword = value
property String^ MailPassword {
void set (String^ value);
}
Property Value
Type:
String
See Also