Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 732 Bytes

Outlook.combobox.maxlength.md

File metadata and controls

28 lines (17 loc) · 732 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
ComboBox.MaxLength Property (Outlook Forms Script)
olfm10.chm2001520
olfm10.chm2001520
81de6855-a108-c1c4-7fb6-df18b3236218
06/08/2017
medium

ComboBox.MaxLength Property (Outlook Forms Script)

Returns or sets a Long that specifies the maximum number of characters a user can enter in a ComboBox. Read/write.

Syntax

expression.MaxLength

expression A variable that represents a ComboBox object.

Remarks

Setting the MaxLength property to 0 indicates there is no limit other than that created by memory constraints.

[!includeSupport and feedback]