com.jacobgen.microsoft.outlook
Class _DRecipientControl

java.lang.Object
  extended by com.jacob.com.JacobObject
      extended by com.jacob.com.Dispatch
          extended by com.jacobgen.microsoft.outlook._DRecipientControl
Direct Known Subclasses:
_RecipientControl

public class _DRecipientControl
extends com.jacob.com.Dispatch


Field Summary
static java.lang.String componentName
           
 
Fields inherited from class com.jacob.com.Dispatch
DISPID_ABOUTBOX, DISPID_AMBIENT_APPEARANCE, DISPID_AMBIENT_AUTOCLIP, DISPID_AMBIENT_BACKCOLOR, DISPID_AMBIENT_CHARSET, DISPID_AMBIENT_CODEPAGE, DISPID_AMBIENT_DISPLAYASDEFAULT, DISPID_AMBIENT_DISPLAYNAME, DISPID_AMBIENT_FONT, DISPID_AMBIENT_FORECOLOR, DISPID_AMBIENT_LOCALEID, DISPID_AMBIENT_MESSAGEREFLECT, DISPID_AMBIENT_PALETTE, DISPID_AMBIENT_SCALEUNITS, DISPID_AMBIENT_SHOWGRABHANDLES, DISPID_AMBIENT_SHOWHATCHING, DISPID_AMBIENT_SUPPORTSMNEMONICS, DISPID_AMBIENT_TEXTALIGN, DISPID_AMBIENT_TRANSFERPRIORITY, DISPID_AMBIENT_UIDEAD, DISPID_AMBIENT_USERMODE, DISPID_APPEARANCE, DISPID_AUTOSIZE, DISPID_BACKCOLOR, DISPID_BACKSTYLE, DISPID_BORDERCOLOR, DISPID_BORDERSTYLE, DISPID_BORDERVISIBLE, DISPID_BORDERWIDTH, DISPID_CAPTION, DISPID_CLICK, DISPID_COLLECT, DISPID_CONSTRUCTOR, DISPID_DBLCLICK, DISPID_DESTRUCTOR, DISPID_DOCLICK, DISPID_DRAWMODE, DISPID_DRAWSTYLE, DISPID_DRAWWIDTH, DISPID_ENABLED, DISPID_ERROREVENT, DISPID_EVALUATE, DISPID_FILLCOLOR, DISPID_FILLSTYLE, DISPID_FONT, DISPID_FORECOLOR, DISPID_HWND, DISPID_KEYDOWN, DISPID_KEYPRESS, DISPID_KEYUP, DISPID_MOUSEDOWN, DISPID_MOUSEICON, DISPID_MOUSEMOVE, DISPID_MOUSEPOINTER, DISPID_MOUSEUP, DISPID_NEWENUM, DISPID_PICTURE, DISPID_PROPERTYPUT, DISPID_READYSTATE, DISPID_READYSTATECHANGE, DISPID_REFRESH, DISPID_TABSTOP, DISPID_TEXT, DISPID_UNKNOWN, DISPID_VALID, DISPID_VALUE, fdexNameCaseSensitive, Get, LOCALE_SYSTEM_DEFAULT, m_pDispatch, Method, Put, PutRef
 
Constructor Summary
_DRecipientControl()
           
_DRecipientControl(com.jacob.com.Dispatch d)
          This constructor is used instead of a case operation to turn a Dispatch object into a wider object - it must exist in every wrapper class whose instances may be returned from method calls wrapped in VT_DISPATCH Variants.
_DRecipientControl(java.lang.String compName)
           
 
Method Summary
 int getBackColor()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 boolean getEnabled()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 java.lang.Object getFont()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 int getForeColor()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 boolean getReadOnly()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 int getSpecialEffect()
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setBackColor(int lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setEnabled(boolean lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setFont(java.lang.Object lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setForeColor(int lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setReadOnly(boolean lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 void setSpecialEffect(int lastParam)
          Wrapper for calling the ActiveX-Method with input-parameter(s).
 
Methods inherited from class com.jacob.com.Dispatch
call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, call, callN_CaseSensitive, callN, callN, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSub, callSubN, callSubN, coCreateInstance, finalize, get_CaseSensitive, get, get, getActiveInstance, getIDOfName, getIDsOfNames, getIDsOfNames, getProgramId, invoke, invoke, invoke, invokeSub, invokeSub, invokeSub, invokeSubv, invokeSubv, invokeSubv, invokev, invokev, invokev, invokev, obj2variant, obj2variant, put_Casesensitive, put, put, putRef, putRef, QueryInterface, safeRelease
 
Methods inherited from class com.jacob.com.JacobObject
debug, getBuildDate, getBuildVersion, isDebugEnabled
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentName

public static final java.lang.String componentName
See Also:
Constant Field Values
Constructor Detail

_DRecipientControl

public _DRecipientControl()

_DRecipientControl

public _DRecipientControl(com.jacob.com.Dispatch d)
This constructor is used instead of a case operation to turn a Dispatch object into a wider object - it must exist in every wrapper class whose instances may be returned from method calls wrapped in VT_DISPATCH Variants.


_DRecipientControl

public _DRecipientControl(java.lang.String compName)
Method Detail

getEnabled

public boolean getEnabled()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type boolean

setEnabled

public void setEnabled(boolean lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type boolean

getBackColor

public int getBackColor()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type int

setBackColor

public void setBackColor(int lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type int

getForeColor

public int getForeColor()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type int

setForeColor

public void setForeColor(int lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type int

getReadOnly

public boolean getReadOnly()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type boolean

setReadOnly

public void setReadOnly(boolean lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type boolean

getFont

public java.lang.Object getFont()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type Object

setFont

public void setFont(java.lang.Object lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type Object

getSpecialEffect

public int getSpecialEffect()
Wrapper for calling the ActiveX-Method with input-parameter(s).

Returns:
the result is of type int

setSpecialEffect

public void setSpecialEffect(int lastParam)
Wrapper for calling the ActiveX-Method with input-parameter(s).

Parameters:
lastParam - an input-parameter of type int


Copyright © 2007 null. All Rights Reserved.