Here's Some info I pulled from a VB 2005 book on where some OLE commands
are located.

This might help

 

OLE Local Servers

  Microsoft Outlook

    Objects >>

      _Application Object

        Methods >>

          _Application* Application( )

          _Inspector* ActiveInspector( )

          _IDispatch* CreateItem( OlItemType ItemType )

 

       _Inspector Object

         Methods >>

           IDispatch* CurrentItem( )

      

      Attachments Object

        Methods >>

          Attachment* Add( VARIANT Source, [ VARIANT Type], [ VARIANT
Position], [ VARIANT DisplayName])

      

      _MailItem Object

        Methods >> 

          void Body( BSTR rhs )

          void CC( BSTR rhs )

          void To( BSTR rhs )

          void Subject( BSTR rhs )

          void Display( [ VARIANT Modal] )

          void Send( )

          void Close( OlInspectorClose SaveMode )

          Attachments* Attachments( )

 

      _AppointmentItem Object

        Methods >> 

          void Start( DATE rhs )

          void Duration( long rhs )

          void To( BSTR rhs )

          void Subject( BSTR rhs )

          void RequiredAttendees( BSTR rhs )

          

      _ContactItem Object

        Methods >>

          void FullName( BSTR rhs )

          void Email1Address( BSTR rhs )

          void PrimaryTelephoneNumber( BSTR rhs )

          void HomeTelephoneNumber( BSTR rhs )

          void HomeAddress( BSTR rhs)

 

      _TaskItem Object

        Methods >>

          void Subject( BSTR rhs )

          void DueDate( DATE rhs )

          void StartDate( DATE rhs )

          void Body( BSTR rhs )

          

          

OLE Automation Controls

  Microsoft Common Dialog Control, version 6.0

    ICommonDialog object

      void Filter( BSTR rhs )

            (void) CancelError( boolean rhs )

            (void) MaxFileSize( short rhs )

            (void) ShowOpen( )

            (BSTR) FileName( )

 

Good Luck

Matt

 

__20060125_______________________This posting was submitted with HTML in
it___ __20060125_______________________This posting was submitted with
HTML in it___

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to