All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.excel.Mailer Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.excel  ;

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface Mailer extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

*/ @DISPID(148) @PropGet net.rgielen.com4j.office2010.excel._Application application(); /** *

* Getter method for the COM property "Creator" *

*/ @DISPID(149) @PropGet net.rgielen.com4j.office2010.excel.XlCreator creator(); /** *

* Getter method for the COM property "Parent" *

*/ @DISPID(150) @PropGet com4j.Com4jObject parent(); /** *

* Getter method for the COM property "BCCRecipients" *

*/ @DISPID(983) @PropGet java.lang.Object bccRecipients(); /** *

* Setter method for the COM property "BCCRecipients" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(983) @PropPut void bccRecipients( java.lang.Object rhs); /** *

* Getter method for the COM property "CCRecipients" *

*/ @DISPID(982) @PropGet java.lang.Object ccRecipients(); /** *

* Setter method for the COM property "CCRecipients" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(982) @PropPut void ccRecipients( java.lang.Object rhs); /** *

* Getter method for the COM property "Enclosures" *

*/ @DISPID(984) @PropGet java.lang.Object enclosures(); /** *

* Setter method for the COM property "Enclosures" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(984) @PropPut void enclosures( java.lang.Object rhs); /** *

* Getter method for the COM property "Received" *

*/ @DISPID(986) @PropGet boolean received(); /** *

* Getter method for the COM property "SendDateTime" *

*/ @DISPID(987) @PropGet java.util.Date sendDateTime(); /** *

* Getter method for the COM property "Sender" *

*/ @DISPID(988) @PropGet java.lang.String sender(); /** *

* Getter method for the COM property "Subject" *

*/ @DISPID(953) @PropGet java.lang.String subject(); /** *

* Setter method for the COM property "Subject" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(953) @PropPut void subject( java.lang.String rhs); /** *

* Getter method for the COM property "ToRecipients" *

*/ @DISPID(981) @PropGet java.lang.Object toRecipients(); /** *

* Setter method for the COM property "ToRecipients" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(981) @PropPut void toRecipients( java.lang.Object rhs); /** *

* Getter method for the COM property "WhichAddress" *

*/ @DISPID(974) @PropGet java.lang.Object whichAddress(); /** *

* Setter method for the COM property "WhichAddress" *

* @param rhs Mandatory java.lang.Object parameter. */ @DISPID(974) @PropPut void whichAddress( java.lang.Object rhs); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy