Class MailMessage

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Web
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Web.Mail.MailMessage
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Method Detail

      • getFields

        public IDictionary getFields()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getHeaders

        public IDictionary getHeaders()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getAttachments

        public IList getAttachments()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBcc

        public java.lang.String getBcc()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBcc

        public void setBcc​(java.lang.String Bcc)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBody

        public java.lang.String getBody()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBody

        public void setBody​(java.lang.String Body)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCc

        public java.lang.String getCc()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCc

        public void setCc​(java.lang.String Cc)
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getFrom

        public java.lang.String getFrom()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setFrom

        public void setFrom​(java.lang.String From)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSubject

        public java.lang.String getSubject()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSubject

        public void setSubject​(java.lang.String Subject)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTo

        public java.lang.String getTo()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setTo

        public void setTo​(java.lang.String To)
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getUrlContentBase

        public java.lang.String getUrlContentBase()
                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setUrlContentBase

        public void setUrlContentBase​(java.lang.String UrlContentBase)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getUrlContentLocation

        public java.lang.String getUrlContentLocation()
                                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setUrlContentLocation

        public void setUrlContentLocation​(java.lang.String UrlContentLocation)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBodyEncoding

        public Encoding getBodyEncoding()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBodyEncoding

        public void setBodyEncoding​(Encoding BodyEncoding)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBodyFormat

        public MailFormat getBodyFormat()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBodyFormat

        public void setBodyFormat​(MailFormat BodyFormat)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getPriority

        public MailPriority getPriority()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setPriority

        public void setPriority​(MailPriority Priority)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable