Searched refs:SendViaAccount (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/os/mail/
H A DMailMessage.h88 void SendViaAccount(const char* accountName);
89 void SendViaAccount(int32 account);
/haiku/src/kits/mail/
H A DMailMessage.cpp421 SendViaAccount(name);
426 BEmailMessage::SendViaAccount(const char* accountName) function in class:BEmailMessage
431 SendViaAccount(account->AccountID());
436 BEmailMessage::SendViaAccount(int32 account) function in class:BEmailMessage
736 SendViaAccount(fAccountID);
938 SendViaAccount(account->AccountID());
/haiku/src/apps/mail/
H A DMailWindow.cpp2417 mail.SendViaAccount(fHeaderView->AccountID());
2483 fMail->SendViaAccount(fHeaderView->AccountID());

Completed in 86 milliseconds