CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ReinerWolff

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,200

    Re: Creating MAPI Property with CreateIProp

    can anybody help me?
  2. Replies
    1
    Views
    1,200

    Creating MAPI Property with CreateIProp

    Hello,

    I have a problem creating a MAPI property.
    I have code like this:

    int SetProperty( LPPROFSECT lpProfileSection, LPSPropValue lpPropValue) {
    HRESULT hr;

    LPPROPDATA lpPropData;...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured