BASETYPE

The BASETYPE enumerated type contains values that specify the type of an object.

typedef enum {
    T_CONTAINER,
    T_FOLDER
} BASETYPE;

The BASETYPE enumerated type is used by the SmsDescribeFolder function and FOLDER_INFO structure. In this function and structure, the BASETYPE specifies whether information is being retrieved for a container or a folder.

Members

T_CONTAINER
Specifies the object is a container.
T_FOLDER
Specifies the object is a folder.