CardView.Width Property (Outlook)
Returns or sets a Long value indicating the width (in characters) of cards in the CardView object. Read/write.
Syntax
expression .Width
expression A variable that represents a CardView object.
Remarks
This property can be set to a value between 20 and 1000. 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 1000, the property is set to 1000.
The default value for this property depends on the DefaultItemType property value of the Folder object displayed by the view:
DefaultItemType value |
Default value |
---|---|
olAppointmentItem |
40 |
olContactItem, olDistributionListItem |
36 |
olJournalItem, olMailItem, olNoteItem, olPostItem |
32 |
olTaskItem |
50 |