BOOL CBCGPAppointmentPropertyList::Add | ( | DWORD | ID, |
CBCGPAppointmentBaseProperty * | pProperty | ||
) |
Adds a property to the "property bag".
Use this method to add a new property with the specified by ID identifier to the property list. If a property with such ID has been added, the function returns FALSE.
You should use CBCGPAppointmentPropertyList::Set method to change the property data located at the specified ID.
ID | Specifies the ID at which the property should be added. |
pProperty | Points to a property to add. |