CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: MAPIMessage

  1. #1
    Join Date
    Jan 2000
    Location
    Tallahassee, FL
    Posts
    121

    MAPIMessage

    I'm using the control to compose a message. I invoke the method Show and send a True value to display the mail window.

    My quesiton is this. Everytime the window comes up it is a very small square and I would like to get it maximized. Is this possible?

    Thanks,



  2. #2
    Join Date
    Jul 2001
    Location
    Northern Hemisphere
    Posts
    14

    Re: MAPIMessage

    hey...

    i tried whuture saying... the new mail dialog window takes the heightxwidth values from its previous state... for ex. if i maximize the new mail window and send a mail, the next time i open it it will be in maximized state... similarly u cud set any size to the window and say send once and i think the next time it shud work...

    AnkewDude.


  3. #3
    Join Date
    Sep 2000
    Location
    Tallahassee, FL
    Posts
    14

    Re: MAPIMessage

    So do you have a code sample for this then? Is it possible to make sure it opens up maximized without the user setting the size previously?


    - J

    "I wish I could program in theory. Everything works there."

  4. #4
    Join Date
    Jul 2001
    Location
    Northern Hemisphere
    Posts
    14

    Re: MAPIMessage

    Cud u send me the sample code uve written.. ill check if it works with what ive done...

    Ankew.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured