Searched refs:GetHeaderValue (Results 1 – 2 of 2) sorted by relevance
198 UniString GetHeaderValue (sal_uIntPtr nIndex) const in GetHeaderValue() function in INetMessage537 return GetHeaderValue (m_nIndex[INETMSG_MIME_VERSION]); in GetMIMEVersion()543 return GetHeaderValue (m_nIndex[INETMSG_MIME_CONTENT_DESCRIPTION]); in GetContentDescription()549 return GetHeaderValue (m_nIndex[INETMSG_MIME_CONTENT_DISPOSITION]); in GetContentDisposition()555 return GetHeaderValue (m_nIndex[INETMSG_MIME_CONTENT_ID]); in GetContentID()561 return GetHeaderValue (m_nIndex[INETMSG_MIME_CONTENT_TYPE]); in GetContentType()567 return GetHeaderValue (m_nIndex[INETMSG_MIME_CONTENT_TRANSFER_ENCODING]); in GetContentTransferEncoding()
209 UniString *pValue = new UniString (rMsg.GetHeaderValue(i)); in INetMessageHeaderIterator()