SizedDtblButton
Applies to: Outlook 2013 | Outlook 2016
Creates a named structure that includes a DTBLBUTTON structure for describing a button and a label of a specified length.
Property | Value |
---|---|
Header file: |
Mapidefs.h |
Related structure: |
DTBLBUTTON |
SizedDtblButton (n, u)
Parameters
n
Length of the label to be included in the new structure.
u
Name for the new structure.
Remarks
The new structure is created with the following members:
DTBLBUTTON dtblbutton;
TCHAR lpszLabel[n];