IQuotePreferredEmailCulture Property |
PreferredEmailCulture: When emails are sent (offer or confirmation), a language can be chosen in the GUI; this field saves the most recent choice and can be used to default the next such choice. Default is user's current language
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring PreferredEmailCulture { get; set; }
Property PreferredEmailCulture As String
Get
Set
Dim instance As IQuote
Dim value As String
value = instance.PreferredEmailCulture
instance.PreferredEmailCulture = value
property String^ PreferredEmailCulture {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also