Lines Matching refs:SwMailMessage

911 SwMailMessage::SwMailMessage() :  in SwMailMessage()  function in SwMailMessage
918 SwMailMessage::~SwMailMessage() in ~SwMailMessage()
924 ::rtl::OUString SwMailMessage::getSenderName() throw (uno::RuntimeException) in getSenderName()
931 ::rtl::OUString SwMailMessage::getSenderAddress() throw (uno::RuntimeException) in getSenderAddress()
938 ::rtl::OUString SwMailMessage::getReplyToAddress() throw (uno::RuntimeException) in getReplyToAddress()
945 void SwMailMessage::setReplyToAddress( const ::rtl::OUString& _replytoaddress ) throw (uno::Runtime… in setReplyToAddress()
952 ::rtl::OUString SwMailMessage::getSubject() throw (uno::RuntimeException) in getSubject()
959 void SwMailMessage::setSubject( const ::rtl::OUString& _subject ) throw (uno::RuntimeException) in setSubject()
966 uno::Reference< datatransfer::XTransferable > SwMailMessage::getBody() throw (uno::RuntimeException) in getBody()
973 void SwMailMessage::setBody( in setBody()
982 void SwMailMessage::addRecipient( const ::rtl::OUString& rRecipientAddress ) in addRecipient()
991 void SwMailMessage::addCcRecipient( const ::rtl::OUString& rRecipientAddress ) in addCcRecipient()
1001 void SwMailMessage::addBccRecipient( const ::rtl::OUString& rRecipientAddress ) throw (uno::Runtim… in addBccRecipient()
1009 uno::Sequence< ::rtl::OUString > SwMailMessage::getRecipients( ) throw (uno::RuntimeException) in getRecipients()
1016 uno::Sequence< ::rtl::OUString > SwMailMessage::getCcRecipients( ) throw (uno::RuntimeException) in getCcRecipients()
1023 uno::Sequence< ::rtl::OUString > SwMailMessage::getBccRecipients( ) throw (uno::RuntimeException) in getBccRecipients()
1030 void SwMailMessage::addAttachment( const mail::MailAttachment& rMailAttachment ) in addAttachment()
1039 uno::Sequence< mail::MailAttachment > SwMailMessage::getAttachments( ) in getAttachments()