da_notmuch_message_properties_destroy

Destroy a notmuch_message_properties_t object.

It's not strictly necessary to call this function. All memory from the notmuch_message_properties_t object will be reclaimed when the containing message object is destroyed.

@since libnotmuch 4.4 (notmuch 0.23)

version(DerelictNotMuch_Dynamic)
extern (C) @nogc nothrow
alias da_notmuch_message_properties_destroy = void function

Meta