_BusinessCardView.CardSize Property
Returns or sets an Integer (int in C#) value that represents the size, as a percentage, of an Electronic Business Card (EBC) in the view. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property CardSize As Integer
Get
Set
'Usage
Dim instance As _BusinessCardView
Dim value As Integer
value = instance.CardSize
instance.CardSize = value
[DispIdAttribute()]
int CardSize { get; set; }
Property Value
Type: System.Int32
Remarks
This property can be set to a value between 20 and 100. If this property is set to a value less than 20, the property is set to 20. If this property is set to a value greater than 100, the property is set to 100.