Class StiMailProperties.StiStreamAttachment

java.lang.Object
com.stimulsoft.base.mail.StiMailProperties.StiStreamAttachment
Enclosing class:
StiMailProperties

public class StiMailProperties.StiStreamAttachment extends Object
  • Constructor Details

    • StiStreamAttachment

      public StiStreamAttachment()
    • StiStreamAttachment

      public StiStreamAttachment(InputStream stream, String name)
  • Method Details

    • getStream

      public InputStream getStream()
      Returns:
      the stream
    • setStream

      public void setStream(InputStream stream)
      Parameters:
      stream - the stream to set
    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set