internal Type
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxProperty Type As Integer
Get
Set
Dim instance As IEmail
Dim value As Integer
value = instance.Type
instance.Type = value
property int Type {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also