TableView.MultiLine (Outlook)
Returns or sets an OlMultiLine constant that determines how multiple lines are displayed in the TableView object. Possible return values are olAlwaysMultiLine - Multiple lines are always displayed, olAlwaysSingleLine - Single lines are always displayed, olWidthMultiLine - Single lines are displayed unless the length of the line, in characters, is greater than the value for the MultiLineWidth property of the TableView object, at which point multiple lines are displayed.
If the value of the AutomaticColumnSizing property is set to False or if the value of the AllowInCellEditing property is set to True, the value of this property is automatically set to olAlwaysSingleLine.
Session.CreateSharingItem.Move.Views(1).MultiLine = olAlwaysMultiLine