Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxSOEmail this[
int Index = 0
] { get; }
ReadOnly Default Property Item (
Optional Index As Integer = 0
) As SOEmail
Get
Dim instance As IEmails
Dim Index As Integer
Dim value As SOEmail
value = instance(Index)
property SOEmail^ default[[InAttribute] int Index = 0] {
SOEmail^ get ([InAttribute] int Index = 0);
}
Parameters
- Index (Optional)
- Type: SystemInt32
Property Value
Type:
SOEmail
See Also