Home
last modified time | relevance | path

Searched refs:sendNow (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/os/mail/
H A DE-mail.h145 status_t Send(bool sendNow = false,
H A DMailMessage.h119 status_t Send(bool sendNow);
/haiku/src/kits/mail/
H A DMailMessage.cpp929 BEmailMessage::Send(bool sendNow) in Send() argument
957 if (status >= B_OK && sendNow) { in Send()