Removes custom field definitions. It does not remove field and values within an item. It can take a long time to execute.
<removeCustomDefinitionRequest> <customs type="types:CustomList"/> <books type="boolean"/> <doAsynchronous" type="boolean"/> </removeCustomDefinitionRequest>
<removeCustomDefinitionResponse> <status type="types:Status"/> </removeCustomDefinitionResponse>
Specifies the name of the custom field definition to remove.
Specifies whether to delete custom definitions from personal address book entries (pass 1). Otherwise, the definition is deleted from mail items.
Specifies whether the doAsynchronous element removes the definitions in the background (True).
Returns the error number related to the event. 0 indicates that the request was successful.
Returns the success or failure of the method.
<removeCustomDefinitionRequest> <customs> <custom> <field>custom3</field> </custom> </customs> <books>false</books> <doAsynchronous>false</doAsynchronous> </removeCustomDefinitionRequest> <removeCustomDefinitionResponse> <status> <code>0</code> </status> </removeCustomDefinitionResponse>