notmuch_message_add_property

Add a (key,value) pair to a message

@returns - NOTMUCH_STATUS_ILLEGAL_ARGUMENT: *key* may not contain an '=' character. - NOTMUCH_STATUS_NULL_POINTER: Neither *key* nor *value* may be NULL. - NOTMUCH_STATUS_SUCCESS: No error occured. @since libnotmuch 4.4 (notmuch 0.23)

version(DerelictNotMuch_Static)nothrow
notmuch_message_add_property
(
notmuch_message_t* message
,
const(char)* key
,
const(char)* value
)

Meta