Home | History | Annotate | Download | only in include

Lines Matching refs:WINAPI

507     virtual HRESULT WINAPI get_SourceClass(BSTR *varSourceClass) = 0;
508 virtual HRESULT WINAPI get_Source(IUnknown **varSource) = 0;
509 virtual HRESULT WINAPI get_IsDirty(VARIANT_BOOL *pIsDirty) = 0;
510 virtual HRESULT WINAPI put_IsDirty(VARIANT_BOOL varIsDirty) = 0;
511 virtual HRESULT WINAPI get_SourceURL(BSTR *varSourceURL) = 0;
512 virtual HRESULT WINAPI get_ActiveConnection(_Connection **varActiveConnection) = 0;
513 virtual HRESULT WINAPI SaveToObject(IUnknown *Source,BSTR InterfaceName) = 0;
514 virtual HRESULT WINAPI OpenObject(IUnknown *Source,BSTR InterfaceName) = 0;
515 virtual HRESULT WINAPI SaveTo(BSTR SourceURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password) = 0;
516 virtual HRESULT WINAPI Open(BSTR SourceURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password) = 0;
517 virtual HRESULT WINAPI Save(void) = 0;
518 virtual HRESULT WINAPI SaveToContainer(BSTR ContainerURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password) = 0;
523 HRESULT (WINAPI *QueryInterface)(IDataSource *This,REFIID riid,void **ppvObject);
524 ULONG (WINAPI *AddRef)(IDataSource *This);
525 ULONG (WINAPI *Release)(IDataSource *This);
526 HRESULT (WINAPI *GetTypeInfoCount)(IDataSource *This,UINT *pctinfo);
527 HRESULT (WINAPI *GetTypeInfo)(IDataSource *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
528 HRESULT (WINAPI *GetIDsOfNames)(IDataSource *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
529 HRESULT (WINAPI
530 HRESULT (WINAPI *get_SourceClass)(IDataSource *This,BSTR *varSourceClass);
531 HRESULT (WINAPI *get_Source)(IDataSource *This,IUnknown **varSource);
532 HRESULT (WINAPI *get_IsDirty)(IDataSource *This,VARIANT_BOOL *pIsDirty);
533 HRESULT (WINAPI *put_IsDirty)(IDataSource *This,VARIANT_BOOL varIsDirty);
534 HRESULT (WINAPI *get_SourceURL)(IDataSource *This,BSTR *varSourceURL);
535 HRESULT (WINAPI *get_ActiveConnection)(IDataSource *This,_Connection **varActiveConnection);
536 HRESULT (WINAPI *SaveToObject)(IDataSource *This,IUnknown *Source,BSTR InterfaceName);
537 HRESULT (WINAPI *OpenObject)(IDataSource *This,IUnknown *Source,BSTR InterfaceName);
538 HRESULT (WINAPI *SaveTo)(IDataSource *This,BSTR SourceURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password);
539 HRESULT (WINAPI *Open)(IDataSource *This,BSTR SourceURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password);
540 HRESULT (WINAPI *Save)(IDataSource *This);
541 HRESULT (WINAPI *SaveToContainer)(IDataSource *This,BSTR ContainerURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password);
569 HRESULT WINAPI IDataSource_get_SourceClass_Proxy(IDataSource *This,BSTR *varSourceClass);
571 HRESULT WINAPI IDataSource_get_Source_Proxy(IDataSource *This,IUnknown **varSource);
573 HRESULT WINAPI IDataSource_get_IsDirty_Proxy(IDataSource *This,VARIANT_BOOL *pIsDirty);
575 HRESULT WINAPI IDataSource_put_IsDirty_Proxy(IDataSource *This,VARIANT_BOOL varIsDirty);
577 HRESULT WINAPI IDataSource_get_SourceURL_Proxy(IDataSource *This,BSTR *varSourceURL);
579 HRESULT WINAPI IDataSource_get_ActiveConnection_Proxy(IDataSource *This,_Connection **varActiveConnection);
581 HRESULT WINAPI IDataSource_SaveToObject_Proxy(IDataSource *This,IUnknown *Source,BSTR InterfaceName);
583 HRESULT WINAPI IDataSource_OpenObject_Proxy(IDataSource *This,IUnknown *Source,BSTR InterfaceName);
585 HRESULT WINAPI IDataSource_SaveTo_Proxy(IDataSource *This,BSTR SourceURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password);
587 HRESULT WINAPI IDataSource_Open_Proxy(IDataSource *This,BSTR SourceURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password);
589 HRESULT WINAPI IDataSource_Save_Proxy(IDataSource *This);
591 HRESULT WINAPI IDataSource_SaveToContainer_Proxy(IDataSource *This,BSTR ContainerURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password);
601 virtual HRESULT WINAPI get_BCC(BSTR *pBCC) = 0;
602 virtual HRESULT WINAPI put_BCC(BSTR varBCC) = 0;
603 virtual HRESULT WINAPI get_CC(BSTR *pCC) = 0;
604 virtual HRESULT WINAPI put_CC(BSTR varCC) = 0;
605 virtual HRESULT WINAPI get_FollowUpTo(BSTR *pFollowUpTo) = 0;
606 virtual HRESULT WINAPI put_FollowUpTo(BSTR varFollowUpTo) = 0;
607 virtual HRESULT WINAPI get_From(BSTR *pFrom) = 0;
608 virtual HRESULT WINAPI put_From(BSTR varFrom) = 0;
609 virtual HRESULT WINAPI get_Keywords(BSTR *pKeywords) = 0;
610 virtual HRESULT WINAPI put_Keywords(BSTR varKeywords) = 0;
611 virtual HRESULT WINAPI get_MimeFormatted(VARIANT_BOOL *pMimeFormatted) = 0;
612 virtual HRESULT WINAPI put_MimeFormatted(VARIANT_BOOL varMimeFormatted) = 0;
613 virtual HRESULT WINAPI get_Newsgroups(BSTR *pNewsgroups) = 0;
614 virtual HRESULT WINAPI put_Newsgroups(BSTR varNewsgroups) = 0;
615 virtual HRESULT WINAPI get_Organization(BSTR *pOrganization) = 0;
616 virtual HRESULT WINAPI put_Organization(BSTR varOrganization) = 0;
617 virtual HRESULT WINAPI get_ReceivedTime(DATE *varReceivedTime) = 0;
618 virtual HRESULT WINAPI get_ReplyTo(BSTR *pReplyTo) = 0;
619 virtual HRESULT WINAPI put_ReplyTo(BSTR varReplyTo) = 0;
620 virtual HRESULT WINAPI get_DSNOptions(CdoDSNOptions *pDSNOptions) = 0;
621 virtual HRESULT WINAPI put_DSNOptions(CdoDSNOptions varDSNOptions) = 0;
622 virtual HRESULT WINAPI get_SentOn(DATE *varSentOn) = 0;
623 virtual HRESULT WINAPI get_Subject(BSTR *pSubject) = 0;
624 virtual HRESULT WINAPI put_Subject(BSTR varSubject) = 0;
625 virtual HRESULT WINAPI get_To(BSTR *pTo) = 0;
626 virtual HRESULT WINAPI put_To(BSTR varTo) = 0;
627 virtual HRESULT WINAPI get_TextBody(BSTR *pTextBody) = 0;
628 virtual HRESULT WINAPI put_TextBody(BSTR varTextBody) = 0;
629 virtual HRESULT WINAPI get_HTMLBody(BSTR *pHTMLBody) = 0;
630 virtual HRESULT WINAPI put_HTMLBody(BSTR varHTMLBody) = 0;
631 virtual HRESULT WINAPI get_Attachments(IBodyParts **varAttachments) = 0;
632 virtual HRESULT WINAPI get_Sender(BSTR *pSender) = 0;
633 virtual HRESULT WINAPI put_Sender(BSTR varSender) = 0;
634 virtual HRESULT WINAPI get_Configuration(IConfiguration **pConfiguration) = 0;
635 virtual HRESULT WINAPI put_Configuration(IConfiguration *varConfiguration) = 0;
636 virtual HRESULT WINAPI putref_Configuration(IConfiguration *varConfiguration) = 0;
637 virtual HRESULT WINAPI get_AutoGenerateTextBody(VARIANT_BOOL *pAutoGenerateTextBody) = 0;
638 virtual HRESULT WINAPI put_AutoGenerateTextBody(VARIANT_BOOL varAutoGenerateTextBody) = 0;
639 virtual HRESULT WINAPI get_EnvelopeFields(Fields **varEnvelopeFields) = 0;
640 virtual HRESULT WINAPI get_TextBodyPart(IBodyPart **varTextBodyPart) = 0;
641 virtual HRESULT WINAPI get_HTMLBodyPart(IBodyPart **varHTMLBodyPart) = 0;
642 virtual HRESULT WINAPI get_BodyPart(IBodyPart **varBodyPart) = 0;
643 virtual HRESULT WINAPI get_DataSource(IDataSource **varDataSource) = 0;
644 virtual HRESULT WINAPI get_Fields(Fields **varFields) = 0;
645 virtual HRESULT WINAPI get_MDNRequested(VARIANT_BOOL *pMDNRequested) = 0;
646 virtual HRESULT WINAPI put_MDNRequested(VARIANT_BOOL varMDNRequested) = 0;
647 virtual HRESULT WINAPI AddRelatedBodyPart(BSTR URL,BSTR Reference,CdoReferenceType ReferenceType,BSTR UserName,BSTR Password,IBodyPart **ppBody) = 0;
648 virtual HRESULT WINAPI AddAttachment(BSTR URL,BSTR UserName,BSTR Password,IBodyPart **ppBody) = 0;
649 virtual HRESULT WINAPI CreateMHTMLBody(BSTR URL,CdoMHTMLFlags Flags,BSTR UserName,BSTR Password) = 0;
650 virtual HRESULT WINAPI Forward(IMessage **ppMsg) = 0;
651 virtual HRESULT WINAPI Post(void) = 0;
652 virtual HRESULT WINAPI PostReply(IMessage **ppMsg) = 0;
653 virtual HRESULT WINAPI Reply(IMessage **ppMsg) = 0;
654 virtual HRESULT WINAPI ReplyAll(IMessage **ppMsg) = 0;
655 virtual HRESULT WINAPI Send(void) = 0;
656 virtual HRESULT WINAPI GetStream(_Stream **ppStream) = 0;
657 virtual HRESULT WINAPI GetInterface(BSTR Interface,IDispatch **ppUnknown) = 0;
662 HRESULT (WINAPI *QueryInterface)(IMessage *This,REFIID riid,void **ppvObject);
663 ULONG (WINAPI *AddRef)(IMessage *This);
664 ULONG (WINAPI *Release)(IMessage *This);
665 HRESULT (WINAPI *GetTypeInfoCount)(IMessage *This,UINT *pctinfo);
666 HRESULT (WINAPI *GetTypeInfo)(IMessage *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
667 HRESULT (WINAPI *GetIDsOfNames)(IMessage *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
668 HRESULT (WINAPI *Invoke)(IMessage *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
669 HRESULT (WINAPI *get_BCC)(IMessage *This,BSTR *pBCC);
670 HRESULT (WINAPI *put_BCC)(IMessage *This,BSTR varBCC);
671 HRESULT (WINAPI *get_CC)(IMessage *This,BSTR *pCC);
672 HRESULT (WINAPI *put_CC)(IMessage *This,BSTR varCC);
673 HRESULT (WINAPI *get_FollowUpTo)(IMessage *This,BSTR *pFollowUpTo);
674 HRESULT (WINAPI *put_FollowUpTo)(IMessage *This,BSTR varFollowUpTo);
675 HRESULT (WINAPI *get_From)(IMessage *This,BSTR *pFrom);
676 HRESULT (WINAPI *put_From)(IMessage *This,BSTR varFrom);
677 HRESULT (WINAPI *get_Keywords)(IMessage *This,BSTR *pKeywords);
678 HRESULT (WINAPI *put_Keywords)(IMessage *This,BSTR varKeywords);
679 HRESULT (WINAPI *get_MimeFormatted)(IMessage *This,VARIANT_BOOL *pMimeFormatted);
680 HRESULT (WINAPI *put_MimeFormatted)(IMessage *This,VARIANT_BOOL varMimeFormatted);
681 HRESULT (WINAPI *get_Newsgroups)(IMessage *This,BSTR *pNewsgroups);
682 HRESULT (WINAPI *put_Newsgroups)(IMessage *This,BSTR varNewsgroups);
683 HRESULT (WINAPI *get_Organization)(IMessage *This,BSTR *pOrganization);
684 HRESULT (WINAPI *put_Organization)(IMessage *This,BSTR varOrganization);
685 HRESULT (WINAPI *get_ReceivedTime)(IMessage *This,DATE *varReceivedTime);
686 HRESULT (WINAPI *get_ReplyTo)(IMessage *This,BSTR *pReplyTo);
687 HRESULT (WINAPI *put_ReplyTo)(IMessage *This,BSTR varReplyTo);
688 HRESULT (WINAPI *get_DSNOptions)(IMessage *This,CdoDSNOptions *pDSNOptions);
689 HRESULT (WINAPI *put_DSNOptions)(IMessage *This,CdoDSNOptions varDSNOptions);
690 HRESULT (WINAPI *get_SentOn)(IMessage *This,DATE *varSentOn);
691 HRESULT (WINAPI *get_Subject)(IMessage *This,BSTR *pSubject);
692 HRESULT (WINAPI *put_Subject)(IMessage *This,BSTR varSubject);
693 HRESULT (WINAPI *get_To)(IMessage *This,BSTR *pTo);
694 HRESULT (WINAPI *put_To)(IMessage *This,BSTR varTo);
695 HRESULT (WINAPI *get_TextBody)(IMessage *This,BSTR *pTextBody);
696 HRESULT (WINAPI *put_TextBody)(IMessage *This,BSTR varTextBody);
697 HRESULT (WINAPI *get_HTMLBody)(IMessage *This,BSTR *pHTMLBody);
698 HRESULT (WINAPI *put_HTMLBody)(IMessage *This,BSTR varHTMLBody);
699 HRESULT (WINAPI *get_Attachments)(IMessage *This,IBodyParts **varAttachments);
700 HRESULT (WINAPI *get_Sender)(IMessage *This,BSTR *pSender);
701 HRESULT (WINAPI *put_Sender)(IMessage *This,BSTR varSender);
702 HRESULT (WINAPI *get_Configuration)(IMessage *This,IConfiguration **pConfiguration);
703 HRESULT (WINAPI *put_Configuration)(IMessage *This,IConfiguration *varConfiguration);
704 HRESULT (WINAPI *putref_Configuration)(IMessage *This,IConfiguration *varConfiguration);
705 HRESULT (WINAPI *get_AutoGenerateTextBody)(IMessage *This,VARIANT_BOOL *pAutoGenerateTextBody);
706 HRESULT (WINAPI *put_AutoGenerateTextBody)(IMessage *This,VARIANT_BOOL varAutoGenerateTextBody);
707 HRESULT (WINAPI *get_EnvelopeFields)(IMessage *This,Fields **varEnvelopeFields);
708 HRESULT (WINAPI *get_TextBodyPart)(IMessage *This,IBodyPart **varTextBodyPart);
709 HRESULT (WINAPI *get_HTMLBodyPart)(IMessage *This,IBodyPart **varHTMLBodyPart);
710 HRESULT (WINAPI *get_BodyPart)(IMessage *This,IBodyPart **varBodyPart);
711 HRESULT (WINAPI *get_DataSource)(IMessage *This,IDataSource **varDataSource);
712 HRESULT (WINAPI *get_Fields)(IMessage *This,Fields **varFields);
713 HRESULT (WINAPI *get_MDNRequested)(IMessage *This,VARIANT_BOOL *pMDNRequested);
714 HRESULT (WINAPI *put_MDNRequested)(IMessage *This,VARIANT_BOOL varMDNRequested);
715 HRESULT (WINAPI *AddRelatedBodyPart)(IMessage *This,BSTR URL,BSTR Reference,CdoReferenceType ReferenceType,BSTR UserName,BSTR Password,IBodyPart **ppBody);
716 HRESULT (WINAPI *AddAttachment)(IMessage *This,BSTR URL,BSTR UserName,BSTR Password,IBodyPart **ppBody);
717 HRESULT (WINAPI *CreateMHTMLBody)(IMessage *This,BSTR URL,CdoMHTMLFlags Flags,BSTR UserName,BSTR Password);
718 HRESULT (WINAPI *Forward)(IMessage *This,IMessage **ppMsg);
719 HRESULT (WINAPI *Post)(IMessage *This);
720 HRESULT (WINAPI *PostReply)(IMessage *This,IMessage **ppMsg);
721 HRESULT (WINAPI *Reply)(IMessage *This,IMessage **ppMsg);
722 HRESULT (WINAPI *ReplyAll)(IMessage *This,IMessage **ppMsg);
723 HRESULT (WINAPI *Send)(IMessage *This);
724 WINAPI *GetStream)(IMessage *This,_Stream **ppStream);
725 HRESULT (WINAPI *GetInterface)(IMessage *This,BSTR Interface,IDispatch **ppUnknown);
798 HRESULT WINAPI IMessage_get_BCC_Proxy(IMessage *This,BSTR *pBCC);
800 HRESULT WINAPI IMessage_put_BCC_Proxy(IMessage *This,BSTR varBCC);
802 HRESULT WINAPI IMessage_get_CC_Proxy(IMessage *This,BSTR *pCC);
804 HRESULT WINAPI IMessage_put_CC_Proxy(IMessage *This,BSTR varCC);
806 HRESULT WINAPI IMessage_get_FollowUpTo_Proxy(IMessage *This,BSTR *pFollowUpTo);
808 HRESULT WINAPI IMessage_put_FollowUpTo_Proxy(IMessage *This,BSTR varFollowUpTo);
810 HRESULT WINAPI IMessage_get_From_Proxy(IMessage *This,BSTR *pFrom);
812 HRESULT WINAPI IMessage_put_From_Proxy(IMessage *This,BSTR varFrom);
814 HRESULT WINAPI IMessage_get_Keywords_Proxy(IMessage *This,BSTR *pKeywords);
816 HRESULT WINAPI IMessage_put_Keywords_Proxy(IMessage *This,BSTR varKeywords);
818 HRESULT WINAPI IMessage_get_MimeFormatted_Proxy(IMessage *This,VARIANT_BOOL *pMimeFormatted);
820 HRESULT WINAPI IMessage_put_MimeFormatted_Proxy(IMessage *This,VARIANT_BOOL varMimeFormatted);
822 HRESULT WINAPI IMessage_get_Newsgroups_Proxy(IMessage *This,BSTR *pNewsgroups);
824 HRESULT WINAPI IMessage_put_Newsgroups_Proxy(IMessage *This,BSTR varNewsgroups);
826 HRESULT WINAPI IMessage_get_Organization_Proxy(IMessage *This,BSTR *pOrganization);
828 HRESULT WINAPI IMessage_put_Organization_Proxy(IMessage *This,BSTR varOrganization);
830 HRESULT WINAPI IMessage_get_ReceivedTime_Proxy(IMessage *This,DATE *varReceivedTime);
832 HRESULT WINAPI IMessage_get_ReplyTo_Proxy(IMessage *This,BSTR *pReplyTo);
834 HRESULT WINAPI IMessage_put_ReplyTo_Proxy(IMessage *This,BSTR varReplyTo);
836 HRESULT WINAPI IMessage_get_DSNOptions_Proxy(IMessage *This,CdoDSNOptions *pDSNOptions);
838 HRESULT WINAPI IMessage_put_DSNOptions_Proxy(IMessage *This,CdoDSNOptions varDSNOptions);
840 HRESULT WINAPI IMessage_get_SentOn_Proxy(IMessage *This,DATE *varSentOn);
842 HRESULT WINAPI IMessage_get_Subject_Proxy(IMessage *This,BSTR *pSubject);
844 HRESULT WINAPI IMessage_put_Subject_Proxy(IMessage *This,BSTR varSubject);
846 HRESULT WINAPI IMessage_get_To_Proxy(IMessage *This,BSTR *pTo);
848 HRESULT WINAPI IMessage_put_To_Proxy(IMessage *This,BSTR varTo);
850 HRESULT WINAPI IMessage_get_TextBody_Proxy(IMessage *This,BSTR *pTextBody);
852 HRESULT WINAPI IMessage_put_TextBody_Proxy(IMessage *This,BSTR varTextBody);
854 HRESULT WINAPI IMessage_get_HTMLBody_Proxy(IMessage *This,BSTR *pHTMLBody);
856 HRESULT WINAPI IMessage_put_HTMLBody_Proxy(IMessage *This,BSTR varHTMLBody);
858 HRESULT WINAPI IMessage_get_Attachments_Proxy(IMessage *This,IBodyParts **varAttachments);
860 HRESULT WINAPI IMessage_get_Sender_Proxy(IMessage *This,BSTR *pSender);
862 HRESULT WINAPI IMessage_put_Sender_Proxy(IMessage *This,BSTR varSender);
864 HRESULT WINAPI IMessage_get_Configuration_Proxy(IMessage *This,IConfiguration **pConfiguration);
866 HRESULT WINAPI IMessage_put_Configuration_Proxy(IMessage *This,IConfiguration *varConfiguration);
868 HRESULT WINAPI IMessage_putref_Configuration_Proxy(IMessage *This,IConfiguration *varConfiguration);
870 HRESULT WINAPI IMessage_get_AutoGenerateTextBody_Proxy(IMessage *This,VARIANT_BOOL *pAutoGenerateTextBody);
872 HRESULT WINAPI IMessage_put_AutoGenerateTextBody_Proxy(IMessage *This,VARIANT_BOOL varAutoGenerateTextBody);
874 HRESULT WINAPI IMessage_get_EnvelopeFields_Proxy(IMessage *This,Fields **varEnvelopeFields);
876 HRESULT WINAPI IMessage_get_TextBodyPart_Proxy(IMessage *This,IBodyPart **varTextBodyPart);
878 HRESULT WINAPI IMessage_get_HTMLBodyPart_Proxy(IMessage *This,IBodyPart **varHTMLBodyPart);
880 HRESULT WINAPI
882 HRESULT WINAPI IMessage_get_DataSource_Proxy(IMessage *This,IDataSource **varDataSource);
884 HRESULT WINAPI IMessage_get_Fields_Proxy(IMessage *This,Fields **varFields);
886 HRESULT WINAPI IMessage_get_MDNRequested_Proxy(IMessage *This,VARIANT_BOOL *pMDNRequested);
888 HRESULT WINAPI IMessage_put_MDNRequested_Proxy(IMessage *This,VARIANT_BOOL varMDNRequested);
890 HRESULT WINAPI IMessage_AddRelatedBodyPart_Proxy(IMessage *This,BSTR URL,BSTR Reference,CdoReferenceType ReferenceType,BSTR UserName,BSTR Password,IBodyPart **ppBody);
892 HRESULT WINAPI IMessage_AddAttachment_Proxy(IMessage *This,BSTR URL,BSTR UserName,BSTR Password,IBodyPart **ppBody);
894 HRESULT WINAPI IMessage_CreateMHTMLBody_Proxy(IMessage *This,BSTR URL,CdoMHTMLFlags Flags,BSTR UserName,BSTR Password);
896 HRESULT WINAPI IMessage_Forward_Proxy(IMessage *This,IMessage **ppMsg);
898 HRESULT WINAPI IMessage_Post_Proxy(IMessage *This);
900 HRESULT WINAPI IMessage_PostReply_Proxy(IMessage *This,IMessage **ppMsg);
902 HRESULT WINAPI IMessage_Reply_Proxy(IMessage *This,IMessage **ppMsg);
904 HRESULT WINAPI IMessage_ReplyAll_Proxy(IMessage *This,IMessage **ppMsg);
906 HRESULT WINAPI IMessage_Send_Proxy(IMessage *This);
908 HRESULT WINAPI IMessage_GetStream_Proxy(IMessage *This,_Stream **ppStream);
910 HRESULT WINAPI IMessage_GetInterface_Proxy(IMessage *This,BSTR Interface,IDispatch **ppUnknown);
920 virtual HRESULT WINAPI get_BodyParts(IBodyParts **varBodyParts) = 0;
921 virtual HRESULT WINAPI get_ContentTransferEncoding(BSTR *pContentTransferEncoding) = 0;
922 virtual HRESULT WINAPI put_ContentTransferEncoding(BSTR varContentTransferEncoding) = 0;
923 virtual HRESULT WINAPI get_ContentMediaType(BSTR *pContentMediaType) = 0;
924 virtual HRESULT WINAPI put_ContentMediaType(BSTR varContentMediaType) = 0;
925 virtual HRESULT WINAPI get_Fields(Fields **varFields) = 0;
926 virtual HRESULT WINAPI get_Charset(BSTR *pCharset) = 0;
927 virtual HRESULT WINAPI put_Charset(BSTR varCharset) = 0;
928 virtual HRESULT WINAPI get_FileName(BSTR *varFileName) = 0;
929 virtual HRESULT WINAPI get_DataSource(IDataSource **varDataSource) = 0;
930 virtual HRESULT WINAPI get_ContentClass(BSTR *pContentClass) = 0;
931 virtual HRESULT WINAPI put_ContentClass(BSTR varContentClass) = 0;
932 virtual HRESULT WINAPI get_ContentClassName(BSTR *pContentClassName) = 0;
933 virtual HRESULT WINAPI put_ContentClassName(BSTR varContentClassName) = 0;
934 virtual HRESULT WINAPI get_Parent(IBodyPart **varParent) = 0;
935 virtual HRESULT WINAPI AddBodyPart(__LONG32 Index,IBodyPart **ppPart) = 0;
936 virtual HRESULT WINAPI SaveToFile(BSTR FileName) = 0;
937 virtual HRESULT WINAPI GetEncodedContentStream(_Stream **ppStream) = 0;
938 virtual HRESULT WINAPI GetDecodedContentStream(_Stream **ppStream) = 0;
939 virtual HRESULT WINAPI GetStream(_Stream **ppStream) = 0;
940 virtual HRESULT WINAPI GetFieldParameter(BSTR FieldName,BSTR Parameter,BSTR *pbstrValue) = 0;
941 virtual HRESULT WINAPI GetInterface(BSTR Interface,IDispatch **ppUnknown) = 0;
946 HRESULT (WINAPI *QueryInterface)(IBodyPart *This,REFIID riid,void **ppvObject);
947 ULONG (WINAPI *AddRef)(IBodyPart *This);
948 ULONG (WINAPI *Release)(IBodyPart *This);
949 HRESULT (WINAPI *GetTypeInfoCount)(IBodyPart *This,UINT *pctinfo);
950 HRESULT (WINAPI *GetTypeInfo)(IBodyPart *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
951 HRESULT (WINAPI *GetIDsOfNames)(IBodyPart *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
952 HRESULT (WINAPI *Invoke)(IBodyPart *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
953 HRESULT (WINAPI *get_BodyParts)(IBodyPart *This,IBodyParts **varBodyParts);
954 HRESULT (WINAPI *get_ContentTransferEncoding)(IBodyPart *This,BSTR *pContentTransferEncoding);
955 HRESULT (WINAPI *put_ContentTransferEncoding)(IBodyPart *This,BSTR varContentTransferEncoding);
956 HRESULT (WINAPI *get_ContentMediaType)(IBodyPart *This,BSTR *pContentMediaType);
957 HRESULT (WINAPI *put_ContentMediaType)(IBodyPart *This,BSTR varContentMediaType);
958 HRESULT (WINAPI *get_Fields)(IBodyPart *This,Fields **varFields);
959 HRESULT (WINAPI *get_Charset)(IBodyPart *This,BSTR *pCharset);
960 HRESULT (WINAPI *put_Charset)(IBodyPart *This,BSTR varCharset);
961 HRESULT (WINAPI *get_FileName)(IBodyPart *This,BSTR *varFileName);
962 HRESULT (WINAPI *get_DataSource)(IBodyPart *This,IDataSource **varDataSource);
963 HRESULT (WINAPI *get_ContentClass)(IBodyPart *This,BSTR *pContentClass);
964 HRESULT (WINAPI *put_ContentClass)(IBodyPart *This,BSTR varContentClass);
965 HRESULT (WINAPI *get_ContentClassName)(IBodyPart *This,BSTR *pContentClassName);
966 HRESULT (WINAPI *put_ContentClassName)(IBodyPart *This,BSTR varContentClassName);
967 HRESULT (WINAPI *get_Parent)(IBodyPart *This,IBodyPart **varParent);
968 HRESULT (WINAPI *AddBodyPart)(IBodyPart *This,__LONG32 Index,IBodyPart **ppPart);
969 HRESULT (WINAPI *SaveToFile)(IBodyPart *This,BSTR FileName);
970 HRESULT (WINAPI *GetEncodedContentStream)(IBodyPart *This,_Stream **ppStream);
971 HRESULT (WINAPI *GetDecodedContentStream)(IBodyPart *This,_Stream **ppStream);
972 HRESULT (WINAPI *GetStream)(IBodyPart *This,_Stream **ppStream);
973 HRESULT (WINAPI *GetFieldParameter)(IBodyPart *This,BSTR FieldName,BSTR Parameter,BSTR *pbstrValue);
974 HRESULT (WINAPI *GetInterface)(IBodyPart *This,BSTR Interface,IDispatch **ppUnknown);
1012 HRESULT WINAPI IBodyPart_get_BodyParts_Proxy(IBodyPart *This,IBodyParts **varBodyParts);
1014 HRESULT WINAPI IBodyPart_get_ContentTransferEncoding_Proxy(IBodyPart *This,BSTR *pContentTransferEncoding);
1016 HRESULT WINAPI IBodyPart_put_ContentTransferEncoding_Proxy(IBodyPart *This,BSTR varContentTransferEncoding);
1018 HRESULT WINAPI IBodyPart_get_ContentMediaType_Proxy(IBodyPart *This,BSTR *pContentMediaType);
1020 HRESULT WINAPI IBodyPart_put_ContentMediaType_Proxy(IBodyPart *This,BSTR varContentMediaType);
1022 HRESULT WINAPI IBodyPart_get_Fields_Proxy(IBodyPart *This,Fields **varFields);
1024 HRESULT WINAPI IBodyPart_get_Charset_Proxy(IBodyPart *This,BSTR *pCharset);
1026 HRESULT WINAPI IBodyPart_put_Charset_Proxy(IBodyPart *This,BSTR varCharset);
1028 HRESULT WINAPI IBodyPart_get_FileName_Proxy(IBodyPart *This,BSTR *varFileName);
1030 HRESULT WINAPI IBodyPart_get_DataSource_Proxy(IBodyPart *This,IDataSource **varDataSource);
1032 HRESULT WINAPI IBodyPart_get_ContentClass_Proxy(IBodyPart *This,BSTR *pContentClass);
1034 HRESULT WINAPI IBodyPart_put_ContentClass_Proxy(IBodyPart *This,BSTR varContentClass);
1036 HRESULT WINAPI IBodyPart_get_ContentClassName_Proxy(IBodyPart *This,BSTR *pContentClassName);
1038 HRESULT WINAPI IBodyPart_put_ContentClassName_Proxy(IBodyPart *This,BSTR varContentClassName);
1040 HRESULT WINAPI IBodyPart_get_Parent_Proxy(IBodyPart *This,IBodyPart **varParent);
1042 HRESULT WINAPI IBodyPart_AddBodyPart_Proxy(IBodyPart *This,__LONG32 Index,IBodyPart **ppPart);
1044 HRESULT WINAPI IBodyPart_SaveToFile_Proxy(IBodyPart *This,BSTR FileName);
1046 HRESULT WINAPI IBodyPart_GetEncodedContentStream_Proxy(IBodyPart *This,_Stream **ppStream);
1048 HRESULT WINAPI IBodyPart_GetDecodedContentStream_Proxy(IBodyPart *This,_Stream **ppStream);
1050 WINAPI IBodyPart_GetStream_Proxy(IBodyPart *This,_Stream **ppStream);
1052 HRESULT WINAPI IBodyPart_GetFieldParameter_Proxy(IBodyPart *This,BSTR FieldName,BSTR Parameter,BSTR *pbstrValue);
1054 HRESULT WINAPI IBodyPart_GetInterface_Proxy(IBodyPart *This,BSTR Interface,IDispatch **ppUnknown);
1064 virtual HRESULT WINAPI get_Fields(Fields **varFields) = 0;
1065 virtual HRESULT WINAPI Load(CdoConfigSource LoadFrom,BSTR URL) = 0;
1066 virtual HRESULT WINAPI GetInterface(BSTR Interface,IDispatch **ppUnknown) = 0;
1071 HRESULT (WINAPI *QueryInterface)(IConfiguration *This,REFIID riid,void **ppvObject);
1072 ULONG (WINAPI *AddRef)(IConfiguration *This);
1073 ULONG (WINAPI *Release)(IConfiguration *This);
1074 HRESULT (WINAPI *GetTypeInfoCount)(IConfiguration *This,UINT *pctinfo);
1075 HRESULT (WINAPI *GetTypeInfo)(IConfiguration *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
1076 HRESULT (WINAPI *GetIDsOfNames)(IConfiguration *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
1077 HRESULT (WINAPI *Invoke)(IConfiguration *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
1078 HRESULT (WINAPI *get_Fields)(IConfiguration *This,Fields **varFields);
1079 HRESULT (WINAPI *Load)(IConfiguration *This,CdoConfigSource LoadFrom,BSTR URL);
1080 HRESULT (WINAPI *GetInterface)(IConfiguration *This,BSTR Interface,IDispatch **ppUnknown);
1099 HRESULT WINAPI IConfiguration_get_Fields_Proxy(IConfiguration *This,Fields **varFields);
1101 HRESULT WINAPI IConfiguration_Load_Proxy(IConfiguration *This,CdoConfigSource LoadFrom,BSTR URL);
1103 HRESULT WINAPI IConfiguration_GetInterface_Proxy(IConfiguration *This,BSTR Interface,IDispatch **ppUnknown);
1113 virtual HRESULT WINAPI get_Item(__LONG32 Index,IMessage **ppMessage) = 0;
1114 virtual HRESULT WINAPI get_Count(__LONG32 *varCount) = 0;
1115 virtual HRESULT WINAPI Delete(__LONG32 Index) = 0;
1116 virtual HRESULT WINAPI DeleteAll(void) = 0;
1117 virtual HRESULT WINAPI get__NewEnum(IUnknown **retval) = 0;
1118 virtual HRESULT WINAPI get_Filename(VARIANT var,BSTR *Filename) = 0;
1123 HRESULT (WINAPI *QueryInterface)(IMessages *This,REFIID riid,void **ppvObject);
1124 ULONG (WINAPI *AddRef)(IMessages *This);
1125 ULONG (WINAPI *Release)(IMessages *This);
1126 HRESULT (WINAPI *GetTypeInfoCount)(IMessages *This,UINT *pctinfo);
1127 HRESULT (WINAPI *GetTypeInfo)(IMessages *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
1128 HRESULT (WINAPI *GetIDsOfNames)(IMessages *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
1129 HRESULT (WINAPI *Invoke)(IMessages *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
1130 HRESULT (WINAPI *get_Item)(IMessages *This,__LONG32 Index,IMessage **ppMessage);
1131 HRESULT (WINAPI *get_Count)(IMessages *This,__LONG32 *varCount);
1132 HRESULT (WINAPI *Delete)(IMessages *This,__LONG32 Index);
1133 HRESULT (WINAPI *DeleteAll)(IMessages *This);
1134 HRESULT (WINAPI *get__NewEnum)(IMessages *This,IUnknown **retval);
1135 HRESULT (WINAPI *get_Filename)(IMessages *This,VARIANT var,BSTR *Filename);
1157 HRESULT WINAPI IMessages_get_Item_Proxy(IMessages *This,__LONG32 Index,IMessage **ppMessage);
1159 HRESULT WINAPI IMessages_get_Count_Proxy(IMessages *This,__LONG32 *varCount);
1161 HRESULT WINAPI IMessages_Delete_Proxy(IMessages *This,__LONG32 Index);
1163 HRESULT WINAPI IMessages_DeleteAll_Proxy(IMessages *This);
1165 HRESULT WINAPI IMessages_get__NewEnum_Proxy(IMessages *This,IUnknown **retval);
1167 HRESULT WINAPI IMessages_get_Filename_Proxy(IMessages *This,VARIANT var,BSTR *Filename);
1177 virtual HRESULT WINAPI GetMessages(BSTR DirName,IMessages **Msgs) = 0;
1182 HRESULT (WINAPI *QueryInterface)(IDropDirectory *This,REFIID riid,void **ppvObject);
1183 ULONG (WINAPI *AddRef)(IDropDirectory *This);
1184 ULONG (WINAPI *Release)(IDropDirectory *This);
1185 HRESULT (WINAPI *GetTypeInfoCount)(IDropDirectory *This,UINT *pctinfo);
1186 HRESULT (WINAPI *GetTypeInfo)(IDropDirectory *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
1187 HRESULT (WINAPI *GetIDsOfNames)(IDropDirectory *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
1188 HRESULT (WINAPI *Invoke)(IDropDirectory *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
1189 HRESULT (WINAPI *GetMessages)(IDropDirectory *This,BSTR DirName,IMessages **Msgs);
1206 HRESULT WINAPI IDropDirectory_GetMessages_Proxy(IDropDirectory *This,BSTR DirName,IMessages **Msgs);
1216 virtual HRESULT WINAPI get_Count(__LONG32 *varCount) = 0;
1217 virtual HRESULT WINAPI get_Item(__LONG32 Index,IBodyPart **ppBody) = 0;
1218 virtual HRESULT WINAPI get__NewEnum(IUnknown **retval) = 0;
1219 virtual HRESULT WINAPI Delete(VARIANT varBP) = 0;
1220 virtual HRESULT WINAPI DeleteAll(void) = 0;
1221 virtual HRESULT WINAPI Add(__LONG32 Index,IBodyPart **ppPart) = 0;
1226 HRESULT (WINAPI *QueryInterface)(IBodyParts *This,REFIID riid,void **ppvObject);
1227 ULONG (WINAPI *AddRef)(IBodyParts *This);
1228 ULONG (WINAPI *Release)(IBodyParts *This);
1229 HRESULT (WINAPI *GetTypeInfoCount)(IBodyParts *This,UINT *pctinfo);
1230 HRESULT (WINAPI *GetTypeInfo)(IBodyParts *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
1231 HRESULT (WINAPI *GetIDsOfNames)(IBodyParts *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
1232 HRESULT (WINAPI *Invoke)(IBodyParts *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
1233 HRESULT (WINAPI *get_Count)(IBodyParts *This,__LONG32 *varCount);
1234 HRESULT (WINAPI *get_Item)(IBodyParts *This,__LONG32 Index,IBodyPart **ppBody);
1235 HRESULT (WINAPI *get__NewEnum)(IBodyParts *This,IUnknown **retval);
1236 HRESULT (WINAPI *Delete)(IBodyParts *This,VARIANT varBP);
1237 HRESULT (WINAPI *DeleteAll)(IBodyParts *This);
1238 HRESULT (WINAPI *Add)(IBodyParts *This,__LONG32 Index,IBodyPart **ppPart);
1260 HRESULT WINAPI IBodyParts_get_Count_Proxy(IBodyParts *This,__LONG32 *varCount);
1262 HRESULT WINAPI IBodyParts_get_Item_Proxy(IBodyParts *This,__LONG32 Index,IBodyPart **ppBody);
1264 HRESULT WINAPI IBodyParts_get__NewEnum_Proxy(IBodyParts *This,IUnknown **retval);
1266 HRESULT WINAPI IBodyParts_Delete_Proxy(IBodyParts *This,VARIANT varBP);
1268 HRESULT WINAPI IBodyParts_DeleteAll_Proxy(IBodyParts *This);
1270 HRESULT WINAPI IBodyParts_Add_Proxy(IBodyParts *This,__LONG32 Index,IBodyPart **ppPart);
1284 HRESULT (WINAPI *QueryInterface)(ISMTPScriptConnector *This,REFIID riid,void **ppvObject);
1285 WINAPI *AddRef)(ISMTPScriptConnector *This);
1286 ULONG (WINAPI *Release)(ISMTPScriptConnector *This);
1287 HRESULT (WINAPI *GetTypeInfoCount)(ISMTPScriptConnector *This,UINT *pctinfo);
1288 HRESULT (WINAPI *GetTypeInfo)(ISMTPScriptConnector *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
1289 HRESULT (WINAPI *GetIDsOfNames)(ISMTPScriptConnector *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
1290 HRESULT (WINAPI *Invoke)(ISMTPScriptConnector *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
1318 HRESULT (WINAPI *QueryInterface)(INNTPEarlyScriptConnector *This,REFIID riid,void **ppvObject);
1319 ULONG (WINAPI *AddRef)(INNTPEarlyScriptConnector *This);
1320 ULONG (WINAPI *Release)(INNTPEarlyScriptConnector *This);
1321 HRESULT (WINAPI *GetTypeInfoCount)(INNTPEarlyScriptConnector *This,UINT *pctinfo);
1322 HRESULT (WINAPI *GetTypeInfo)(INNTPEarlyScriptConnector *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
1323 HRESULT (WINAPI *GetIDsOfNames)(INNTPEarlyScriptConnector *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
1324 HRESULT (WINAPI *Invoke)(INNTPEarlyScriptConnector *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
1351 HRESULT (WINAPI *QueryInterface)(INNTPPostScriptConnector *This,REFIID riid,void **ppvObject);
1352 ULONG (WINAPI *AddRef)(INNTPPostScriptConnector *This);
1353 ULONG (WINAPI *Release)(INNTPPostScriptConnector *This);
1354 HRESULT (WINAPI *GetTypeInfoCount)(INNTPPostScriptConnector *This,UINT *pctinfo);
1355 HRESULT (WINAPI *GetTypeInfo)(INNTPPostScriptConnector *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
1356 HRESULT (WINAPI *GetIDsOfNames)(INNTPPostScriptConnector *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
1357 HRESULT (WINAPI *Invoke)(INNTPPostScriptConnector *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
1384 HRESULT (WINAPI *QueryInterface)(INNTPFinalScriptConnector *This,REFIID riid,void **ppvObject);
1385 ULONG (WINAPI *AddRef)(INNTPFinalScriptConnector *This);
1386 ULONG (WINAPI *Release)(INNTPFinalScriptConnector *This);
1387 HRESULT (WINAPI *GetTypeInfoCount)(INNTPFinalScriptConnector *This,UINT *pctinfo);
1388 HRESULT (WINAPI *GetTypeInfo)(INNTPFinalScriptConnector *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
1389 HRESULT (WINAPI *GetIDsOfNames)(INNTPFinalScriptConnector *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
1390 HRESULT (WINAPI *Invoke)(INNTPFinalScriptConnector *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
1414 virtual HRESULT WINAPI OnArrival(IMessage *Msg,CdoEventStatus *EventStatus) = 0;
1419 HRESULT (WINAPI *QueryInterface)(ISMTPOnArrival *This,REFIID riid,void **ppvObject);
1420 ULONG (WINAPI *AddRef)(ISMTPOnArrival *This);
1421 ULONG (WINAPI *Release)(ISMTPOnArrival *This);
1422 HRESULT (WINAPI *GetTypeInfoCount)(ISMTPOnArrival *This,UINT *pctinfo);
1423 HRESULT (WINAPI *GetTypeInfo)(ISMTPOnArrival *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
1424 HRESULT (WINAPI *GetIDsOfNames)(ISMTPOnArrival *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
1425 HRESULT (WINAPI *Invoke)(ISMTPOnArrival *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
1426 HRESULT (WINAPI *OnArrival)(ISMTPOnArrival *This,IMessage *Msg,CdoEventStatus *EventStatus);
1443 HRESULT WINAPI ISMTPOnArrival_OnArrival_Proxy(ISMTPOnArrival *This,IMessage *Msg,CdoEventStatus *EventStatus);
1453 virtual HRESULT WINAPI OnPostEarly(IMessage *Msg,CdoEventStatus *EventStatus) = 0;
1458 HRESULT (WINAPI *QueryInterface)(INNTPOnPostEarly *This,REFIID riid,void **ppvObject);
1459 ULONG (WINAPI *AddRef)(INNTPOnPostEarly *This);
1460 ULONG (WINAPI *Release)(INNTPOnPostEarly *This);
1461 HRESULT (WINAPI *GetTypeInfoCount)(INNTPOnPostEarly *This,UINT *pctinfo);
1462 HRESULT (WINAPI *GetTypeInfo)(INNTPOnPostEarly *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
1463 HRESULT (WINAPI *GetIDsOfNames)(INNTPOnPostEarly *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
1464 HRESULT (WINAPI *Invoke)(INNTPOnPostEarly *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
1465 HRESULT (WINAPI *OnPostEarly)(INNTPOnPostEarly *This,IMessage *Msg,CdoEventStatus *EventStatus);
1482 HRESULT WINAPI INNTPOnPostEarly_OnPostEarly_Proxy(INNTPOnPostEarly *This,IMessage *Msg,CdoEventStatus *EventStatus);
1492 virtual HRESULT WINAPI OnPost(IMessage *Msg,CdoEventStatus *EventStatus) = 0;
1497 HRESULT (WINAPI *QueryInterface)(INNTPOnPost *This,REFIID riid,void **ppvObject);
1498 ULONG (WINAPI *AddRef)(INNTPOnPost *This);
1499 ULONG (WINAPI *Release)(INNTPOnPost *This);
1500 HRESULT (WINAPI *GetTypeInfoCount)(INNTPOnPost *This,UINT *pctinfo);
1501 HRESULT (WINAPI *GetTypeInfo)(INNTPOnPost *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
1502 HRESULT (WINAPI *GetIDsOfNames)(INNTPOnPost *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
1503 HRESULT (WINAPI *Invoke)(INNTPOnPost *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
1504 HRESULT (WINAPI *OnPost)(INNTPOnPost *This,IMessage *Msg,CdoEventStatus *EventStatus);
1521 HRESULT WINAPI INNTPOnPost_OnPost_Proxy(INNTPOnPost *This,IMessage *Msg,CdoEventStatus *EventStatus);
1531 virtual HRESULT WINAPI OnPostFinal(IMessage *Msg,CdoEventStatus *EventStatus) = 0;
1537 HRESULT (WINAPI
1538 ULONG (WINAPI *AddRef)(INNTPOnPostFinal *This);
1539 ULONG (WINAPI *Release)(INNTPOnPostFinal *This);
1540 HRESULT (WINAPI *GetTypeInfoCount)(INNTPOnPostFinal *This,UINT *pctinfo);
1541 HRESULT (WINAPI *GetTypeInfo)(INNTPOnPostFinal *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
1542 HRESULT (WINAPI *GetIDsOfNames)(INNTPOnPostFinal *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
1543 HRESULT (WINAPI *Invoke)(INNTPOnPostFinal *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
1544 HRESULT (WINAPI *OnPostFinal)(INNTPOnPostFinal *This,IMessage *Msg,CdoEventStatus *EventStatus);
1561 HRESULT WINAPI INNTPOnPostFinal_OnPostFinal_Proxy(INNTPOnPostFinal *This,IMessage *Msg,CdoEventStatus *EventStatus);
1571 virtual HRESULT WINAPI get_Object(IUnknown **ppParent) = 0;
1576 HRESULT (WINAPI *QueryInterface)(IProxyObject *This,REFIID riid,void **ppvObject);
1577 ULONG (WINAPI *AddRef)(IProxyObject *This);
1578 ULONG (WINAPI *Release)(IProxyObject *This);
1579 HRESULT (WINAPI *get_Object)(IProxyObject *This,IUnknown **ppParent);
1592 HRESULT WINAPI IProxyObject_get_Object_Proxy(IProxyObject *This,IUnknown **ppParent);
1605 virtual HRESULT WINAPI GetInterface(BSTR Interface,IDispatch **ppUnknown) = 0;
1606 virtual HRESULT WINAPI GetStream(_Stream **ppStream) = 0;
1607 virtual HRESULT WINAPI get_ChildCount(__LONG32 *varChildCount) = 0;
1608 virtual HRESULT WINAPI get_Configuration(IConfiguration **pConfiguration) = 0;
1609 virtual HRESULT WINAPI put_Configuration(IConfiguration *varConfiguration) = 0;
1610 virtual HRESULT WINAPI putref_Configuration(IConfiguration *varConfiguration) = 0;
1611 virtual HRESULT WINAPI get_ContentClass(BSTR *pContentClass) = 0;
1612 virtual HRESULT WINAPI put_ContentClass(BSTR varContentClass) = 0;
1613 virtual HRESULT WINAPI get_CreationDate(DATE *varCreationDate) = 0;
1614 virtual HRESULT WINAPI get_DataSource(IDataSource **varDataSource) = 0;
1615 virtual HRESULT WINAPI get_DisplayName(BSTR *varDisplayName) = 0;
1616 virtual HRESULT WINAPI get_Fields(Fields **varFields) = 0;
1617 virtual HRESULT WINAPI get_IsCollection(VARIANT_BOOL *varIsCollection) = 0;
1618 virtual HRESULT WINAPI get_IsHidden(VARIANT_BOOL *pIsHidden) = 0;
1619 virtual HRESULT WINAPI put_IsHidden(VARIANT_BOOL varIsHidden) = 0;
1620 virtual HRESULT WINAPI get_IsStructuredDocument(VARIANT_BOOL *varIsStructuredDocument) = 0;
1621 virtual HRESULT WINAPI get_LastModified(DATE *varLastModified) = 0;
1622 virtual HRESULT WINAPI get_ObjectCount(__LONG32 *varObjectCount) = 0;
1623 virtual HRESULT WINAPI get_ParentURL(BSTR *varParentURL) = 0;
1624 virtual HRESULT WINAPI get_VisibleCount(__LONG32 *varVisibleCount) = 0;
1629 HRESULT (WINAPI *QueryInterface)(IItem *This,REFIID riid,void **ppvObject);
1630 ULONG (WINAPI *AddRef)(IItem *This);
1631 ULONG (WINAPI *Release)(IItem *This);
1632 HRESULT (WINAPI *GetTypeInfoCount)(IItem *This,UINT *pctinfo);
1633 HRESULT (WINAPI *GetTypeInfo)(IItem *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
1634 HRESULT (WINAPI *GetIDsOfNames)(IItem *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
1635 HRESULT (WINAPI *Invoke)(IItem *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
1636 HRESULT (WINAPI *GetInterface)(IItem *This,BSTR Interface,IDispatch **ppUnknown);
1637 HRESULT (WINAPI *GetStream)(IItem *This,_Stream **ppStream);
1638 HRESULT (WINAPI *get_ChildCount)(IItem *This,__LONG32 *varChildCount);
1639 HRESULT (WINAPI *get_Configuration)(IItem *This,IConfiguration **pConfiguration);
1640 HRESULT (WINAPI *put_Configuration)(IItem *This,IConfiguration *varConfiguration);
1641 HRESULT (WINAPI *putref_Configuration)(IItem *This,IConfiguration *varConfiguration);
1642 HRESULT (WINAPI *get_ContentClass)(IItem *This,BSTR *pContentClass);
1643 HRESULT (WINAPI *put_ContentClass)(IItem *This,BSTR varContentClass);
1644 HRESULT (WINAPI *get_CreationDate)(IItem *This,DATE *varCreationDate);
1645 HRESULT (WINAPI *get_DataSource)(IItem *This,IDataSource **varDataSource);
1646 HRESULT (WINAPI *get_DisplayName)(IItem *This,BSTR *varDisplayName);
1647 HRESULT (WINAPI *get_Fields)(IItem *This,Fields **varFields);
1648 HRESULT (WINAPI *get_IsCollection)(IItem *This,VARIANT_BOOL *varIsCollection);
1649 HRESULT (WINAPI *get_IsHidden)(IItem *This,VARIANT_BOOL *pIsHidden);
1650 HRESULT (WINAPI *put_IsHidden)(IItem *This,VARIANT_BOOL varIsHidden);
1651 HRESULT (WINAPI *get_IsStructuredDocument)(IItem *This,VARIANT_BOOL *varIsStructuredDocument);
1652 HRESULT (WINAPI *get_LastModified)(IItem *This,DATE *varLastModified);
1653 HRESULT (WINAPI *get_ObjectCount)(IItem *This,__LONG32 *varObjectCount);
1654 HRESULT (WINAPI *get_ParentURL)(IItem *This,BSTR *varParentURL);
1655 HRESULT (WINAPI *get_VisibleCount)(IItem *This,__LONG32 *varVisibleCount);
1691 HRESULT WINAPI IItem_GetInterface_Proxy(IItem *This,BSTR Interface,IDispatch **ppUnknown);
1693 HRESULT WINAPI IItem_GetStream_Proxy(IItem *This,_Stream **ppStream);
1695 HRESULT WINAPI IItem_get_ChildCount_Proxy(IItem *This,__LONG32 *varChildCount);
1697 HRESULT WINAPI IItem_get_Configuration_Proxy(IItem *This,IConfiguration **pConfiguration);
1699 HRESULT WINAPI IItem_put_Configuration_Proxy(IItem *This,IConfiguration *varConfiguration);
1701 HRESULT WINAPI IItem_putref_Configuration_Proxy(IItem *This,IConfiguration *varConfiguration);
1703 HRESULT WINAPI IItem_get_ContentClass_Proxy(IItem *This,BSTR *pContentClass);
1705 HRESULT WINAPI IItem_put_ContentClass_Proxy(IItem *This,BSTR varContentClass);
1707 HRESULT WINAPI IItem_get_CreationDate_Proxy(IItem *This,DATE *varCreationDate);
1709 HRESULT WINAPI IItem_get_DataSource_Proxy(IItem *This,IDataSource **varDataSource);
1711 HRESULT WINAPI IItem_get_DisplayName_Proxy(IItem *This,BSTR *varDisplayName);
1713 HRESULT WINAPI IItem_get_Fields_Proxy(IItem *This,Fields **varFields);
1715 HRESULT WINAPI IItem_get_IsCollection_Proxy(IItem *This,VARIANT_BOOL *varIsCollection);
1717 HRESULT WINAPI IItem_get_IsHidden_Proxy(IItem *This,VARIANT_BOOL *pIsHidden);
1719 HRESULT WINAPI IItem_put_IsHidden_Proxy(IItem *This,VARIANT_BOOL varIsHidden);
1721 HRESULT WINAPI IItem_get_IsStructuredDocument_Proxy(IItem *This,VARIANT_BOOL *varIsStructuredDocument);
1723 HRESULT WINAPI IItem_get_LastModified_Proxy(IItem *This,DATE *varLastModified);
1725 HRESULT WINAPI IItem_get_ObjectCount_Proxy(IItem *This,__LONG32 *varObjectCount);
1727 HRESULT WINAPI IItem_get_ParentURL_Proxy(IItem *This,BSTR *varParentURL);
1729 HRESULT WINAPI IItem_get_VisibleCount_Proxy(IItem *This,__LONG32 *varVisibleCount);
1739 virtual HRESULT WINAPI get_Attachments(IBodyParts **varAttachments) = 0;
1740 virtual HRESULT WINAPI get_Attendees(IAttendees **varAttendees) = 0;
1741 virtual HRESULT WINAPI get_BusyStatus(BSTR *pBusyStatus) = 0;
1742 virtual HRESULT WINAPI put_BusyStatus(BSTR varBusyStatus) = 0;
1743 virtual HRESULT WINAPI get_Keywords(VARIANT *pKeywords) = 0;
1744 virtual HRESULT WINAPI put_Keywords(VARIANT varKeywords) = 0;
1745 virtual HRESULT WINAPI get_Configuration(IConfiguration **pConfiguration) = 0;
1746 virtual HRESULT WINAPI put_Configuration(IConfiguration *varConfiguration) = 0;
1747 virtual HRESULT WINAPI putref_Configuration(IConfiguration *varConfiguration) = 0;
1748 virtual HRESULT WINAPI get_Contact(BSTR *pContact) = 0;
1749 virtual HRESULT WINAPI put_Contact(BSTR varContact) = 0;
1750 virtual HRESULT WINAPI
1751 virtual HRESULT WINAPI put_ContactURL(BSTR varContactURL) = 0;
1752 virtual HRESULT WINAPI get_DataSource(IDataSource **varDataSource) = 0;
1753 virtual HRESULT WINAPI get_EndTime(DATE *pEndTime) = 0;
1754 virtual HRESULT WINAPI put_EndTime(DATE varEndTime) = 0;
1755 virtual HRESULT WINAPI get_Exceptions(IExceptions **varExceptions) = 0;
1756 virtual HRESULT WINAPI get_Duration(__LONG32 *pDuration) = 0;
1757 virtual HRESULT WINAPI put_Duration(__LONG32 varDuration) = 0;
1758 virtual HRESULT WINAPI get_Fields(Fields **varFields) = 0;
1759 virtual HRESULT WINAPI get_Location(BSTR *pLocation) = 0;
1760 virtual HRESULT WINAPI put_Location(BSTR varLocation) = 0;
1761 virtual HRESULT WINAPI get_LocationURL(BSTR *pLocationURL) = 0;
1762 virtual HRESULT WINAPI put_LocationURL(BSTR varLocationURL) = 0;
1763 virtual HRESULT WINAPI get_Priority(__LONG32 *pPriority) = 0;
1764 virtual HRESULT WINAPI put_Priority(__LONG32 varPriority) = 0;
1765 virtual HRESULT WINAPI get_ReplyTime(DATE *varReplyTime) = 0;
1766 virtual HRESULT WINAPI get_Resources(BSTR *pResources) = 0;
1767 virtual HRESULT WINAPI put_Resources(BSTR varResources) = 0;
1768 virtual HRESULT WINAPI get_ResponseRequested(VARIANT_BOOL *pResponseRequested) = 0;
1769 virtual HRESULT WINAPI put_ResponseRequested(VARIANT_BOOL varResponseRequested) = 0;
1770 virtual HRESULT WINAPI get_RecurrencePatterns(IRecurrencePatterns **varRecurrencePatterns) = 0;
1771 virtual HRESULT WINAPI get_Sensitivity(__LONG32 *pSensitivity) = 0;
1772 virtual HRESULT WINAPI put_Sensitivity(__LONG32 varSensitivity) = 0;
1773 virtual HRESULT WINAPI get_StartTime(DATE *pStartTime) = 0;
1774 virtual HRESULT WINAPI put_StartTime(DATE varStartTime) = 0;
1775 virtual HRESULT WINAPI get_MeetingStatus(BSTR *pMeetingStatus) = 0;
1776 virtual HRESULT WINAPI put_MeetingStatus(BSTR varMeetingStatus) = 0;
1777 virtual HRESULT WINAPI get_Subject(BSTR *pSubject) = 0;
1778 virtual HRESULT WINAPI put_Subject(BSTR varSubject) = 0;
1779 virtual HRESULT WINAPI get_Transparent(BSTR *pTransparent) = 0;
1780 virtual HRESULT WINAPI put_Transparent(BSTR varTransparent) = 0;
1781 virtual HRESULT WINAPI get_BodyPart(IBodyPart **varBodyPart) = 0;
1782 virtual HRESULT WINAPI get_GEOLatitude(double *pGEOLatitude) = 0;
1783 virtual HRESULT WINAPI put_GEOLatitude(double varGEOLatitude) = 0;
1784 virtual HRESULT WINAPI get_GEOLongitude(double *pGEOLongitude) = 0;
1785 virtual HRESULT WINAPI put_GEOLongitude(double varGEOLongitude) = 0;
1786 virtual HRESULT WINAPI get_AllDayEvent(VARIANT_BOOL *pAllDayEvent) = 0;
1787 virtual HRESULT WINAPI put_AllDayEvent(VARIANT_BOOL varAllDayEvent) = 0;
1788 virtual HRESULT WINAPI get_TextBody(BSTR *pTextBody) = 0;
1789 virtual HRESULT WINAPI put_TextBody(BSTR varTextBody) = 0;
1790 virtual HRESULT WINAPI get_ResponseText(BSTR *pResponseText) = 0;
1791 virtual HRESULT WINAPI put_ResponseText(BSTR varResponseText) = 0;
1792 virtual HRESULT WINAPI Accept(ICalendarMessage **Response) = 0;
1793 virtual HRESULT WINAPI AcceptTentative(ICalendarMessage **Response) = 0;
1794 virtual HRESULT WINAPI Cancel(BSTR EmailList,VARIANT_BOOL CleanupCalendar,BSTR UserName,BSTR Password,ICalendarMessage **Request) = 0;
1795 virtual HRESULT WINAPI CreateRequest(ICalendarMessage **Request) = 0;
1796 virtual HRESULT WINAPI Decline(VARIANT_BOOL CleanupCalendar,BSTR UserName,BSTR Password,ICalendarMessage **Response) = 0;
1797 virtual HRESULT WINAPI Invite(BSTR EmailList,ICalendarMessage **Request) = 0;
1798 virtual HRESULT WINAPI Publish(ICalendarMessage **Request) = 0;
1799 virtual HRESULT WINAPI GetFirstInstance(DATE MinDate,DATE MaxDate,IAppointment **Appointment) = 0;
1800 virtual HRESULT WINAPI GetNextInstance(IAppointment **Appointment) = 0;
1801 virtual HRESULT WINAPI GetInterface(BSTR Interface,IDispatch **ppUnknown) = 0;
1802 virtual HRESULT WINAPI GetRecurringMaster(BSTR CalendarLocation,BSTR UserName,BSTR Password,IAppointment **Appointment) = 0;
1807 HRESULT (WINAPI *QueryInterface)(IAppointment *This,REFIID riid,void **ppvObject);
1808 ULONG (WINAPI *AddRef)(IAppointment *This);
1809 ULONG (WINAPI *Release)(IAppointment *This);
1810 HRESULT (WINAPI *GetTypeInfoCount)(IAppointment *This,UINT *pctinfo);
1811 HRESULT (WINAPI *GetTypeInfo)(IAppointment *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
1812 HRESULT (WINAPI *GetIDsOfNames)(IAppointment *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
1813 HRESULT (WINAPI *Invoke)(IAppointment *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
1814 HRESULT (WINAPI *get_Attachments)(IAppointment *This,IBodyParts **varAttachments);
1815 HRESULT (WINAPI *get_Attendees)(IAppointment *This,IAttendees **varAttendees);
1816 HRESULT (WINAPI *get_BusyStatus)(IAppointment *This,BSTR *pBusyStatus);
1817 HRESULT (WINAPI *put_BusyStatus)(IAppointment *This,BSTR varBusyStatus);
1818 HRESULT (WINAPI *get_Keywords)(IAppointment *This,VARIANT *pKeywords);
1819 HRESULT (WINAPI *put_Keywords)(IAppointment *This,VARIANT varKeywords);
1820 HRESULT (WINAPI *get_Configuration)(IAppointment *This,IConfiguration **pConfiguration);
1821 HRESULT (WINAPI *put_Configuration)(IAppointment *This,IConfiguration *varConfiguration);
1822 HRESULT (WINAPI *putref_Configuration)(IAppointment *This,IConfiguration *varConfiguration);
1823 HRESULT (WINAPI *get_Contact)(IAppointment *This,BSTR *pContact);
1824 HRESULT (WINAPI *put_Contact)(IAppointment *This,BSTR varContact);
1825 HRESULT (WINAPI *get_ContactURL)(IAppointment *This,BSTR *pContactURL);
1826 HRESULT (WINAPI *put_ContactURL)(IAppointment *This,BSTR varContactURL);
1827 HRESULT (WINAPI *get_DataSource)(IAppointment *This,IDataSource **varDataSource);
1828 HRESULT (WINAPI *get_EndTime)(IAppointment *This,DATE *pEndTime);
1829 HRESULT (WINAPI *put_EndTime)(IAppointment *This,DATE varEndTime);
1830 HRESULT (WINAPI *get_Exceptions)(IAppointment *This,IExceptions **varExceptions);
1831 HRESULT (WINAPI *get_Duration)(IAppointment *This,__LONG32 *pDuration);
1832 HRESULT (WINAPI *put_Duration)(IAppointment *This,__LONG32 varDuration);
1833 HRESULT (WINAPI *get_Fields)(IAppointment *This,Fields **varFields);
1834 HRESULT (WINAPI *get_Location)(IAppointment *This,BSTR *pLocation);
1835 HRESULT (WINAPI *put_Location)(IAppointment *This,BSTR varLocation);
1836 HRESULT (WINAPI *get_LocationURL)(IAppointment *This,BSTR *pLocationURL);
1837 HRESULT (WINAPI *put_LocationURL)(IAppointment *This,BSTR varLocationURL);
1838 HRESULT (WINAPI *get_Priority)(IAppointment *This,__LONG32 *pPriority);
1839 HRESULT (WINAPI *put_Priority)(IAppointment *This,__LONG32 varPriority);
1840 HRESULT (WINAPI *get_ReplyTime)(IAppointment *This,DATE *varReplyTime);
1841 HRESULT (WINAPI *get_Resources)(IAppointment *This,BSTR *pResources);
1842 HRESULT (WINAPI *put_Resources)(IAppointment *This,BSTR varResources);
1843 HRESULT (WINAPI *get_ResponseRequested)(IAppointment *This,VARIANT_BOOL *pResponseRequested);
1844 HRESULT (WINAPI *put_ResponseRequested)(IAppointment *This,VARIANT_BOOL varResponseRequested);
1845 HRESULT (WINAPI *get_RecurrencePatterns)(IAppointment *This,IRecurrencePatterns **varRecurrencePatterns);
1846 HRESULT (WINAPI *get_Sensitivity)(IAppointment *This,__LONG32 *pSensitivity);
1847 HRESULT (WINAPI *put_Sensitivity)(IAppointment *This,__LONG32 varSensitivity);
1848 HRESULT (WINAPI *get_StartTime)(IAppointment *This,DATE *pStartTime);
1849 HRESULT (WINAPI *put_StartTime)(IAppointment *This,DATE varStartTime);
1850 HRESULT (WINAPI *get_MeetingStatus)(IAppointment *This,BSTR *pMeetingStatus);
1851 HRESULT (WINAPI *put_MeetingStatus)(IAppointment *This,BSTR varMeetingStatus);
1852 HRESULT (WINAPI *get_Subject)(IAppointment *This,BSTR *pSubject);
1853 HRESULT (WINAPI *put_Subject)(IAppointment *This,BSTR varSubject);
1854 HRESULT (WINAPI *get_Transparent)(IAppointment *This,BSTR *pTransparent);
1855 HRESULT (WINAPI *put_Transparent)(IAppointment *This,BSTR varTransparent);
1856 HRESULT (WINAPI *get_BodyPart)(IAppointment *This,IBodyPart **varBodyPart);
1857 HRESULT (WINAPI *get_GEOLatitude)(IAppointment *This,double *pGEOLatitude);
1858 HRESULT (WINAPI *put_GEOLatitude)(IAppointment *This,double varGEOLatitude);
1859 HRESULT (WINAPI *get_GEOLongitude)(IAppointment *This,double *pGEOLongitude);
1860 HRESULT (WINAPI *put_GEOLongitude)(IAppointment *This,double varGEOLongitude);
1861 HRESULT (WINAPI *get_AllDayEvent)(IAppointment *This,VARIANT_BOOL *pAllDayEvent);
1862 HRESULT (WINAPI *put_AllDayEvent)(IAppointment *This,VARIANT_BOOL varAllDayEvent);
1863 HRESULT (WINAPI *get_TextBody)(IAppointment *This,BSTR *pTextBody);
1864 HRESULT (WINAPI *put_TextBody)(IAppointment *This,BSTR varTextBody);
1865 HRESULT (WINAPI *get_ResponseText)(IAppointment *This,BSTR *pResponseText);
1866 HRESULT (WINAPI *put_ResponseText)(IAppointment *This,BSTR varResponseText);
1867 HRESULT (WINAPI *Accept)(IAppointment *This,ICalendarMessage **Response);
1868 HRESULT (WINAPI *AcceptTentative)(IAppointment *This,ICalendarMessage **Response);
1869 HRESULT (WINAPI *Cancel)(IAppointment *This,BSTR EmailList,VARIANT_BOOL CleanupCalendar,BSTR UserName,BSTR Password,ICalendarMessage **Request);
1870 HRESULT (WINAPI *CreateRequest)(IAppointment *This,ICalendarMessage **Request);
1871 HRESULT (WINAPI *Decline)(IAppointment *This,VARIANT_BOOL CleanupCalendar,BSTR UserName,BSTR Password,ICalendarMessage **Response);
1872 HRESULT (WINAPI *Invite)(IAppointment *This,BSTR EmailList,ICalendarMessage **Request);
1873 HRESULT (WINAPI *Publish)(IAppointment *This,ICalendarMessage **Request);
1874 HRESULT (WINAPI *GetFirstInstance)(IAppointment *This,DATE MinDate,DATE MaxDate,IAppointment **Appointment);
1875 HRESULT (WINAPI *GetNextInstance)(IAppointment *This,IAppointment **Appointment);
1876 HRESULT (WINAPI *GetInterface)(IAppointment *This,BSTR Interface,IDispatch **ppUnknown);
1877 HRESULT (WINAPI *GetRecurringMaster)(IAppointment *This,BSTR CalendarLocation,BSTR UserName,BSTR Password,IAppointment **Appointment);
1957 HRESULT WINAPI IAppointment_get_Attachments_Proxy(IAppointment *This,IBodyParts **varAttachments);
1959 HRESULT WINAPI IAppointment_get_Attendees_Proxy(IAppointment *This,IAttendees **varAttendees);
1961 HRESULT WINAPI IAppointment_get_BusyStatus_Proxy(IAppointment *This,BSTR *pBusyStatus);
1963 HRESULT WINAPI IAppointment_put_BusyStatus_Proxy(IAppointment *This,BSTR varBusyStatus);
1965 HRESULT WINAPI IAppointment_get_Keywords_Proxy(IAppointment *This,VARIANT *pKeywords);
1967 HRESULT WINAPI IAppointment_put_Keywords_Proxy(IAppointment *This,VARIANT varKeywords);
1969 HRESULT WINAPI IAppointment_get_Configuration_Proxy(IAppointment *This,IConfiguration **pConfiguration);
1971 HRESULT WINAPI IAppointment_put_Configuration_Proxy(IAppointment *This,IConfiguration *varConfiguration);
1973 HRESULT WINAPI IAppointment_putref_Configuration_Proxy(IAppointment *This,IConfiguration *varConfiguration);
1975 HRESULT WINAPI IAppointment_get_Contact_Proxy(IAppointment *This,BSTR *pContact);
1977 HRESULT WINAPI IAppointment_put_Contact_Proxy(IAppointment *This,BSTR varContact);
1979 HRESULT WINAPI IAppointment_get_ContactURL_Proxy(IAppointment *This,BSTR *pContactURL);
1981 HRESULT WINAPI IAppointment_put_ContactURL_Proxy(IAppointment *This,BSTR varContactURL);
1983 HRESULT WINAPI IAppointment_get_DataSource_Proxy(IAppointment *This,IDataSource **varDataSource);
1985 HRESULT WINAPI IAppointment_get_EndTime_Proxy(IAppointment *This,DATE *pEndTime);
1987 HRESULT WINAPI IAppointment_put_EndTime_Proxy(IAppointment *This,DATE varEndTime);
1989 HRESULT WINAPI IAppointment_get_Exceptions_Proxy(IAppointment *This,IExceptions **varExceptions);
1991 HRESULT WINAPI IAppointment_get_Duration_Proxy(IAppointment *This,__LONG32 *pDuration);
1993 HRESULT WINAPI IAppointment_put_Duration_Proxy(IAppointment *This,__LONG32 varDuration);
1995 HRESULT WINAPI IAppointment_get_Fields_Proxy(IAppointment *This,Fields **varFields);
1997 HRESULT WINAPI IAppointment_get_Location_Proxy(IAppointment *This,BSTR *pLocation);
1999 HRESULT WINAPI IAppointment_put_Location_Proxy(IAppointment *This,BSTR varLocation);
2001 HRESULT WINAPI IAppointment_get_LocationURL_Proxy(IAppointment *This,BSTR *pLocationURL);
2003 HRESULT WINAPI IAppointment_put_LocationURL_Proxy(IAppointment *This,BSTR varLocationURL);
2005 HRESULT WINAPI IAppointment_get_Priority_Proxy(IAppointment *This,__LONG32 *pPriority);
2007 HRESULT WINAPI IAppointment_put_Priority_Proxy(IAppointment *This,__LONG32 varPriority);
2009 HRESULT WINAPI IAppointment_get_ReplyTime_Proxy(IAppointment *This,DATE *varReplyTime);
2011 HRESULT WINAPI IAppointment_get_Resources_Proxy(IAppointment *This,BSTR *pResources);
2013 HRESULT WINAPI IAppointment_put_Resources_Proxy(IAppointment *This,BSTR varResources);
2015 HRESULT WINAPI IAppointment_get_ResponseRequested_Proxy(IAppointment *This,VARIANT_BOOL *pResponseRequested);
2017 HRESULT WINAPI IAppointment_put_ResponseRequested_Proxy(IAppointment *This,VARIANT_BOOL varResponseRequested);
2019 HRESULT WINAPI IAppointment_get_RecurrencePatterns_Proxy(IAppointment *This,IRecurrencePatterns **varRecurrencePatterns);
2021 HRESULT WINAPI IAppointment_get_Sensitivity_Proxy(IAppointment *This,__LONG32 *pSensitivity);
2023 HRESULT WINAPI IAppointment_put_Sensitivity_Proxy(IAppointment *This,__LONG32 varSensitivity);
2025 HRESULT WINAPI IAppointment_get_StartTime_Proxy(IAppointment *This,DATE *pStartTime);
2027 HRESULT WINAPI IAppointment_put_StartTime_Proxy(IAppointment *This,DATE varStartTime);
2029 HRESULT WINAPI IAppointment_get_MeetingStatus_Proxy(IAppointment *This,BSTR *pMeetingStatus);
2031 HRESULT WINAPI IAppointment_put_MeetingStatus_Proxy(IAppointment *This,BSTR varMeetingStatus);
2033 HRESULT WINAPI IAppointment_get_Subject_Proxy(IAppointment *This,BSTR *pSubject);
2035 HRESULT WINAPI IAppointment_put_Subject_Proxy(IAppointment *This,BSTR varSubject);
2037 HRESULT WINAPI IAppointment_get_Transparent_Proxy(IAppointment *This,BSTR *pTransparent);
2039 HRESULT WINAPI IAppointment_put_Transparent_Proxy(IAppointment *This,BSTR varTransparent);
2041 HRESULT WINAPI IAppointment_get_BodyPart_Proxy(IAppointment *This,IBodyPart **varBodyPart);
2043 HRESULT WINAPI IAppointment_get_GEOLatitude_Proxy(IAppointment *This,double *pGEOLatitude);
2045 HRESULT WINAPI IAppointment_put_GEOLatitude_Proxy(IAppointment *This,double varGEOLatitude);
2047 HRESULT WINAPI IAppointment_get_GEOLongitude_Proxy(IAppointment *This,double *pGEOLongitude);
2049 HRESULT WINAPI IAppointment_put_GEOLongitude_Proxy(IAppointment *This,double varGEOLongitude);
2051 HRESULT WINAPI IAppointment_get_AllDayEvent_Proxy(IAppointment *This,VARIANT_BOOL *pAllDayEvent);
2053 HRESULT WINAPI IAppointment_put_AllDayEvent_Proxy(IAppointment *This,VARIANT_BOOL varAllDayEvent);
2055 HRESULT WINAPI IAppointment_get_TextBody_Proxy(IAppointment *This,BSTR *pTextBody);
2057 HRESULT WINAPI IAppointment_put_TextBody_Proxy(IAppointment *This,BSTR varTextBody);
2059 HRESULT WINAPI IAppointment_get_ResponseText_Proxy(IAppointment *This,BSTR *pResponseText);
2061 HRESULT WINAPI IAppointment_put_ResponseText_Proxy(IAppointment *This,BSTR varResponseText);
2063 HRESULT WINAPI IAppointment_Accept_Proxy(IAppointment *This,ICalendarMessage **Response);
2065 HRESULT WINAPI IAppointment_AcceptTentative_Proxy(IAppointment *This,ICalendarMessage **Response);
2067 HRESULT WINAPI IAppointment_Cancel_Proxy(IAppointment *This,BSTR EmailList,VARIANT_BOOL CleanupCalendar,BSTR UserName,BSTR Password,ICalendarMessage **Request);
2069 HRESULT WINAPI IAppointment_CreateRequest_Proxy(IAppointment *This,ICalendarMessage **Request);
2071 HRESULT WINAPI IAppointment_Decline_Proxy(IAppointment *This,VARIANT_BOOL CleanupCalendar,BSTR UserName,BSTR Password,ICalendarMessage **Response);
2073 HRESULT WINAPI IAppointment_Invite_Proxy(IAppointment *This,BSTR EmailList,ICalendarMessage **Request);
2075 HRESULT WINAPI IAppointment_Publish_Proxy(IAppointment *This,ICalendarMessage **Request);
2077 HRESULT WINAPI IAppointment_GetFirstInstance_Proxy(IAppointment *This,DATE MinDate,DATE MaxDate,IAppointment **Appointment);
2079 HRESULT WINAPI IAppointment_GetNextInstance_Proxy(IAppointment *This,IAppointment **Appointment);
2081 HRESULT WINAPI IAppointment_GetInterface_Proxy(IAppointment *This,BSTR Interface,IDispatch **ppUnknown);
2083 HRESULT WINAPI IAppointment_GetRecurringMaster_Proxy(IAppointment *This,BSTR CalendarLocation,BSTR UserName,BSTR Password,IAppointment **Appointment);
2093 virtual HRESULT WINAPI GetInterface(BSTR Interface,IDispatch **ppUnknown) = 0;
2094 virtual HRESULT WINAPI get_CalendarParts(ICalendarParts **varCalendarParts) = 0;
2095 virtual HRESULT WINAPI get_Message(IMessage **varMessage) = 0;
2096 virtual HRESULT WINAPI get_DataSource(IDataSource **varDataSource) = 0;
2097 virtual HRESULT WINAPI get_Configuration(IConfiguration **pConfiguration) = 0;
2098 virtual HRESULT WINAPI put_Configuration(IConfiguration *varConfiguration) = 0;
2099 virtual HRESULT WINAPI putref_Configuration(IConfiguration *varConfiguration) = 0;
2104 HRESULT (WINAPI *QueryInterface)(ICalendarMessage *This,REFIID riid,void **ppvObject);
2105 ULONG (WINAPI *AddRef)(ICalendarMessage *This);
2106 ULONG (WINAPI *Release)(ICalendarMessage *This);
2107 HRESULT (WINAPI *GetTypeInfoCount)(ICalendarMessage *This,UINT *pctinfo);
2108 HRESULT (WINAPI *GetTypeInfo)(ICalendarMessage *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
2109 HRESULT (WINAPI *GetIDsOfNames)(ICalendarMessage *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
2110 HRESULT (WINAPI *Invoke)(ICalendarMessage *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
2111 HRESULT (WINAPI *GetInterface)(ICalendarMessage *This,BSTR Interface,IDispatch **ppUnknown);
2112 HRESULT (WINAPI *get_CalendarParts)(ICalendarMessage *This,ICalendarParts **varCalendarParts);
2113 HRESULT (WINAPI *get_Message)(ICalendarMessage *This,IMessage **varMessage);
2114 HRESULT (WINAPI *get_DataSource)(ICalendarMessage *This,IDataSource **varDataSource);
2115 HRESULT (WINAPI *get_Configuration)(ICalendarMessage *This,IConfiguration **pConfiguration);
2116 HRESULT (WINAPI *put_Configuration)(ICalendarMessage *This,IConfiguration *varConfiguration);
2117 HRESULT (WINAPI *putref_Configuration)(ICalendarMessage *This,IConfiguration *varConfiguration);
2140 HRESULT WINAPI ICalendarMessage_GetInterface_Proxy(ICalendarMessage *This,BSTR Interface,IDispatch **ppUnknown);
2142 HRESULT WINAPI ICalendarMessage_get_CalendarParts_Proxy(ICalendarMessage *This,ICalendarParts **varCalendarParts);
2144 HRESULT WINAPI ICalendarMessage_get_Message_Proxy(ICalendarMessage *This,IMessage **varMessage);
2146 HRESULT WINAPI ICalendarMessage_get_DataSource_Proxy(ICalendarMessage *This,IDataSource **varDataSource);
2148 HRESULT WINAPI ICalendarMessage_get_Configuration_Proxy(ICalendarMessage *This,IConfiguration **pConfiguration);
2150 HRESULT WINAPI ICalendarMessage_put_Configuration_Proxy(ICalendarMessage *This,IConfiguration *varConfiguration);
2152 HRESULT WINAPI ICalendarMessage_putref_Configuration_Proxy(ICalendarMessage *This,IConfiguration *varConfiguration);
2162 virtual HRESULT WINAPI get_Item(__LONG32 Index,__LONG32 *Value) = 0;
2163 virtual HRESULT WINAPI get_Count(__LONG32 *Count) = 0;
2164 virtual HRESULT WINAPI Delete(__LONG32 *Value) = 0;
2165 virtual HRESULT WINAPI Add(__LONG32 NewValue) = 0;
2166 virtual HRESULT WINAPI get__NewEnum(IUnknown **Unknown) = 0;
2171 HRESULT (WINAPI *QueryInterface)(IIntegers *This,REFIID riid,void **ppvObject);
2172 ULONG (WINAPI *AddRef)(IIntegers *This);
2173 ULONG (WINAPI *Release)(IIntegers *This);
2174 HRESULT (WINAPI *GetTypeInfoCount)(IIntegers *This,UINT *pctinfo);
2175 HRESULT (WINAPI *GetTypeInfo)(IIntegers *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
2176 HRESULT (WINAPI *GetIDsOfNames)(IIntegers *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
2177 HRESULT (WINAPI *Invoke)(IIntegers *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
2178 HRESULT (WINAPI *get_Item)(IIntegers *This,__LONG32 Index,__LONG32 *Value);
2179 HRESULT (WINAPI *get_Count)(IIntegers *This,__LONG32 *Count);
2180 HRESULT (WINAPI *Delete)(IIntegers *This,__LONG32 *Value);
2181 HRESULT (WINAPI *Add)(IIntegers *This,__LONG32 NewValue);
2182 HRESULT (WINAPI *get__NewEnum)(IIntegers *This,IUnknown **Unknown);
2203 HRESULT WINAPI IIntegers_get_Item_Proxy(IIntegers *This,__LONG32 Index,__LONG32 *Value);
2205 HRESULT WINAPI IIntegers_get_Count_Proxy(IIntegers *This,__LONG32 *Count);
2207 HRESULT WINAPI IIntegers_Delete_Proxy(IIntegers *This,__LONG32 *Value);
2209 HRESULT WINAPI IIntegers_Add_Proxy(IIntegers *This,__LONG32 NewValue);
2211 HRESULT WINAPI IIntegers_get__NewEnum_Proxy(IIntegers *This,IUnknown **Unknown);
2221 virtual HRESULT WINAPI get_Item(__LONG32 Index,VARIANT *Value) = 0;
2222 virtual HRESULT WINAPI get_Count(__LONG32 *Count) = 0;
2223 virtual HRESULT WINAPI Delete(VARIANT *Value) = 0;
2224 virtual HRESULT WINAPI Add(VARIANT NewValue) = 0;
2225 virtual HRESULT WINAPI get__NewEnum(IUnknown **Unknown) = 0;
2230 HRESULT (WINAPI *QueryInterface)(IVariants *This,REFIID riid,void **ppvObject);
2231 ULONG (WINAPI *AddRef)(IVariants *This);
2232 ULONG (WINAPI *Release)(IVariants *This);
2233 HRESULT (WINAPI *GetTypeInfoCount)(IVariants *This,UINT *pctinfo);
2234 HRESULT (WINAPI *GetTypeInfo)(IVariants *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
2235 HRESULT (WINAPI *GetIDsOfNames)(IVariants *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
2236 HRESULT (WINAPI *Invoke)(IVariants *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
2237 HRESULT (WINAPI *get_Item)(IVariants *This,__LONG32 Index,VARIANT *Value);
2238 HRESULT (WINAPI *get_Count)(IVariants *This,__LONG32 *Count);
2239 HRESULT (WINAPI *Delete)(IVariants *This,VARIANT *Value);
2240 HRESULT (WINAPI *Add)(IVariants *This,VARIANT NewValue);
2241 HRESULT (WINAPI *get__NewEnum)(IVariants *This,IUnknown **Unknown);
2262 HRESULT WINAPI IVariants_get_Item_Proxy(IVariants *This,__LONG32 Index,VARIANT *Value);
2264 HRESULT WINAPI IVariants_get_Count_Proxy(IVariants *This,__LONG32 *Count);
2266 HRESULT WINAPI IVariants_Delete_Proxy(IVariants *This,VARIANT *Value);
2268 HRESULT WINAPI IVariants_Add_Proxy(IVariants *This,VARIANT NewValue);
2270 HRESULT WINAPI IVariants_get__NewEnum_Proxy(IVariants *This,IUnknown **Unknown);
2280 virtual HRESULT WINAPI get_Interval(__LONG32 *pInterval) = 0;
2281 virtual HRESULT WINAPI put_Interval(__LONG32 varInterval) = 0;
2282 virtual HRESULT WINAPI get_Instances(__LONG32 *pInstances) = 0;
2283 virtual HRESULT WINAPI
2284 virtual HRESULT WINAPI get_Frequency(CdoFrequency *pFrequency) = 0;
2285 virtual HRESULT WINAPI put_Frequency(CdoFrequency varFrequency) = 0;
2286 virtual HRESULT WINAPI get_PatternEndDate(DATE *pPatternEndDate) = 0;
2287 virtual HRESULT WINAPI put_PatternEndDate(DATE varPatternEndDate) = 0;
2288 virtual HRESULT WINAPI get_Type(BSTR *varType) = 0;
2289 virtual HRESULT WINAPI get_EndType(CdoPatternEndType *pEndType) = 0;
2290 virtual HRESULT WINAPI put_EndType(CdoPatternEndType varEndType) = 0;
2291 virtual HRESULT WINAPI get_FirstDayOfWeek(CdoDayOfWeek *pFirstDayOfWeek) = 0;
2292 virtual HRESULT WINAPI put_FirstDayOfWeek(CdoDayOfWeek varFirstDayOfWeek) = 0;
2293 virtual HRESULT WINAPI get_DaysOfMonth(IIntegers **varDaysOfMonth) = 0;
2294 virtual HRESULT WINAPI get_DaysOfWeek(IIntegers **varDaysOfWeek) = 0;
2295 virtual HRESULT WINAPI get_DaysOfYear(IIntegers **varDaysOfYear) = 0;
2296 virtual HRESULT WINAPI get_SecondsOfMinute(IIntegers **varSecondsOfMinute) = 0;
2297 virtual HRESULT WINAPI get_MinutesOfHour(IIntegers **varMinutesOfHour) = 0;
2298 virtual HRESULT WINAPI get_HoursOfDay(IIntegers **varHoursOfDay) = 0;
2299 virtual HRESULT WINAPI get_WeekDays(IVariants **varWeekDays) = 0;
2300 virtual HRESULT WINAPI get_WeeksOfYear(IIntegers **varWeeksOfYear) = 0;
2301 virtual HRESULT WINAPI get_MonthsOfYear(IIntegers **varMonthsOfYear) = 0;
2302 virtual HRESULT WINAPI get_ByPosition(IIntegers **varByPosition) = 0;
2307 HRESULT (WINAPI *QueryInterface)(IRecurrencePattern *This,REFIID riid,void **ppvObject);
2308 ULONG (WINAPI *AddRef)(IRecurrencePattern *This);
2309 ULONG (WINAPI *Release)(IRecurrencePattern *This);
2310 HRESULT (WINAPI *GetTypeInfoCount)(IRecurrencePattern *This,UINT *pctinfo);
2311 HRESULT (WINAPI *GetTypeInfo)(IRecurrencePattern *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
2312 HRESULT (WINAPI *GetIDsOfNames)(IRecurrencePattern *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
2313 HRESULT (WINAPI *Invoke)(IRecurrencePattern *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
2314 HRESULT (WINAPI *get_Interval)(IRecurrencePattern *This,__LONG32 *pInterval);
2315 HRESULT (WINAPI *put_Interval)(IRecurrencePattern *This,__LONG32 varInterval);
2316 HRESULT (WINAPI *get_Instances)(IRecurrencePattern *This,__LONG32 *pInstances);
2317 HRESULT (WINAPI *put_Instances)(IRecurrencePattern *This,__LONG32 varInstances);
2318 HRESULT (WINAPI *get_Frequency)(IRecurrencePattern *This,CdoFrequency *pFrequency);
2319 HRESULT (WINAPI *put_Frequency)(IRecurrencePattern *This,CdoFrequency varFrequency);
2320 HRESULT (WINAPI *get_PatternEndDate)(IRecurrencePattern *This,DATE *pPatternEndDate);
2321 HRESULT (WINAPI *put_PatternEndDate)(IRecurrencePattern *This,DATE varPatternEndDate);
2322 HRESULT (WINAPI *get_Type)(IRecurrencePattern *This,BSTR *varType);
2323 HRESULT (WINAPI *get_EndType)(IRecurrencePattern *This,CdoPatternEndType *pEndType);
2324 HRESULT (WINAPI *put_EndType)(IRecurrencePattern *This,CdoPatternEndType varEndType);
2325 HRESULT (WINAPI *get_FirstDayOfWeek)(IRecurrencePattern *This,CdoDayOfWeek *pFirstDayOfWeek);
2326 HRESULT (WINAPI *put_FirstDayOfWeek)(IRecurrencePattern *This,CdoDayOfWeek varFirstDayOfWeek);
2327 HRESULT (WINAPI *get_DaysOfMonth)(IRecurrencePattern *This,IIntegers **varDaysOfMonth);
2328 HRESULT (WINAPI *get_DaysOfWeek)(IRecurrencePattern *This,IIntegers **varDaysOfWeek);
2329 HRESULT (WINAPI *get_DaysOfYear)(IRecurrencePattern *This,IIntegers **varDaysOfYear);
2330 HRESULT (WINAPI *get_SecondsOfMinute)(IRecurrencePattern *This,IIntegers **varSecondsOfMinute);
2331 HRESULT (WINAPI *get_MinutesOfHour)(IRecurrencePattern *This,IIntegers **varMinutesOfHour);
2332 HRESULT (WINAPI *get_HoursOfDay)(IRecurrencePattern *This,IIntegers **varHoursOfDay);
2333 HRESULT (WINAPI *get_WeekDays)(IRecurrencePattern *This,IVariants **varWeekDays);
2334 HRESULT (WINAPI *get_WeeksOfYear)(IRecurrencePattern *This,IIntegers **varWeeksOfYear);
2335 HRESULT (WINAPI *get_MonthsOfYear)(IRecurrencePattern *This,IIntegers **varMonthsOfYear);
2336 HRESULT (WINAPI *get_ByPosition)(IRecurrencePattern *This,IIntegers **varByPosition);
2375 HRESULT WINAPI IRecurrencePattern_get_Interval_Proxy(IRecurrencePattern *This,__LONG32 *pInterval);
2377 HRESULT WINAPI IRecurrencePattern_put_Interval_Proxy(IRecurrencePattern *This,__LONG32 varInterval);
2379 HRESULT WINAPI IRecurrencePattern_get_Instances_Proxy(IRecurrencePattern *This,__LONG32 *pInstances);
2381 HRESULT WINAPI IRecurrencePattern_put_Instances_Proxy(IRecurrencePattern *This,__LONG32 varInstances);
2383 HRESULT WINAPI IRecurrencePattern_get_Frequency_Proxy(IRecurrencePattern *This,CdoFrequency *pFrequency);
2385 HRESULT WINAPI IRecurrencePattern_put_Frequency_Proxy(IRecurrencePattern *This,CdoFrequency varFrequency);
2387 HRESULT WINAPI IRecurrencePattern_get_PatternEndDate_Proxy(IRecurrencePattern *This,DATE *pPatternEndDate);
2389 HRESULT WINAPI IRecurrencePattern_put_PatternEndDate_Proxy(IRecurrencePattern *This,DATE varPatternEndDate);
2391 HRESULT WINAPI IRecurrencePattern_get_Type_Proxy(IRecurrencePattern *This,BSTR *varType);
2393 HRESULT WINAPI IRecurrencePattern_get_EndType_Proxy(IRecurrencePattern *This,CdoPatternEndType *pEndType);
2395 HRESULT WINAPI IRecurrencePattern_put_EndType_Proxy(IRecurrencePattern *This,CdoPatternEndType varEndType);
2397 HRESULT WINAPI IRecurrencePattern_get_FirstDayOfWeek_Proxy(IRecurrencePattern *This,CdoDayOfWeek *pFirstDayOfWeek);
2399 HRESULT WINAPI IRecurrencePattern_put_FirstDayOfWeek_Proxy(IRecurrencePattern *This,CdoDayOfWeek varFirstDayOfWeek);
2401 HRESULT WINAPI IRecurrencePattern_get_DaysOfMonth_Proxy(IRecurrencePattern *This,IIntegers **varDaysOfMonth);
2403 HRESULT WINAPI IRecurrencePattern_get_DaysOfWeek_Proxy(IRecurrencePattern *This,IIntegers **varDaysOfWeek);
2405 HRESULT WINAPI IRecurrencePattern_get_DaysOfYear_Proxy(IRecurrencePattern *This,IIntegers **varDaysOfYear);
2407 HRESULT WINAPI IRecurrencePattern_get_SecondsOfMinute_Proxy(IRecurrencePattern *This,IIntegers **varSecondsOfMinute);
2409 HRESULT WINAPI IRecurrencePattern_get_MinutesOfHour_Proxy(IRecurrencePattern *This,IIntegers **varMinutesOfHour);
2411 HRESULT WINAPI IRecurrencePattern_get_HoursOfDay_Proxy(IRecurrencePattern *This,IIntegers **varHoursOfDay);
2413 HRESULT WINAPI IRecurrencePattern_get_WeekDays_Proxy(IRecurrencePattern *This,IVariants **varWeekDays);
2415 HRESULT WINAPI IRecurrencePattern_get_WeeksOfYear_Proxy(IRecurrencePattern *This,IIntegers **varWeeksOfYear);
2417 HRESULT WINAPI IRecurrencePattern_get_MonthsOfYear_Proxy(IRecurrencePattern *This,IIntegers **varMonthsOfYear);
2419 HRESULT WINAPI IRecurrencePattern_get_ByPosition_Proxy(IRecurrencePattern *This,IIntegers **varByPosition);
2429 virtual HRESULT WINAPI get_Type(BSTR *varType) = 0;
2430 virtual HRESULT WINAPI get_RecurrenceIDRange(BSTR *pRecurrenceIDRange) = 0;
2431 virtual HRESULT WINAPI put_RecurrenceIDRange(BSTR varRecurrenceIDRange) = 0;
2432 virtual HRESULT WINAPI get_RecurrenceID(DATE *pRecurrenceID) = 0;
2433 virtual HRESULT WINAPI put_RecurrenceID(DATE varRecurrenceID) = 0;
2434 virtual HRESULT WINAPI get_StartTime(DATE *pStartTime) = 0;
2435 virtual HRESULT WINAPI put_StartTime(DATE varStartTime) = 0;
2436 virtual HRESULT WINAPI get_EndTime(DATE *pEndTime) = 0;
2437 virtual HRESULT WINAPI put_EndTime(DATE varEndTime) = 0;
2438 virtual HRESULT WINAPI get_Fields(Fields **varFields) = 0;
2443 HRESULT (WINAPI *QueryInterface)(IException *This,REFIID riid,void **ppvObject);
2444 ULONG (WINAPI *AddRef)(IException *This);
2445 ULONG (WINAPI *Release)(IException *This);
2446 HRESULT (WINAPI *GetTypeInfoCount)(IException *This,UINT *pctinfo);
2447 HRESULT (WINAPI *GetTypeInfo)(IException *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
2448 HRESULT (WINAPI *GetIDsOfNames)(IException *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
2449 HRESULT (WINAPI *Invoke)(IException *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
2450 HRESULT (WINAPI *get_Type)(IException *This,BSTR *varType);
2451 HRESULT (WINAPI *get_RecurrenceIDRange)(IException *This,BSTR *pRecurrenceIDRange);
2452 HRESULT (WINAPI *put_RecurrenceIDRange)(IException *This,BSTR varRecurrenceIDRange);
2453 HRESULT (WINAPI *get_RecurrenceID)(IException *This,DATE *pRecurrenceID);
2454 HRESULT (WINAPI *put_RecurrenceID)(IException *This,DATE varRecurrenceID);
2455 HRESULT (WINAPI
2456 HRESULT (WINAPI *put_StartTime)(IException *This,DATE varStartTime);
2457 HRESULT (WINAPI *get_EndTime)(IException *This,DATE *pEndTime);
2458 HRESULT (WINAPI *put_EndTime)(IException *This,DATE varEndTime);
2459 HRESULT (WINAPI *get_Fields)(IException *This,Fields **varFields);
2485 HRESULT WINAPI IException_get_Type_Proxy(IException *This,BSTR *varType);
2487 HRESULT WINAPI IException_get_RecurrenceIDRange_Proxy(IException *This,BSTR *pRecurrenceIDRange);
2489 HRESULT WINAPI IException_put_RecurrenceIDRange_Proxy(IException *This,BSTR varRecurrenceIDRange);
2491 HRESULT WINAPI IException_get_RecurrenceID_Proxy(IException *This,DATE *pRecurrenceID);
2493 HRESULT WINAPI IException_put_RecurrenceID_Proxy(IException *This,DATE varRecurrenceID);
2495 HRESULT WINAPI IException_get_StartTime_Proxy(IException *This,DATE *pStartTime);
2497 HRESULT WINAPI IException_put_StartTime_Proxy(IException *This,DATE varStartTime);
2499 HRESULT WINAPI IException_get_EndTime_Proxy(IException *This,DATE *pEndTime);
2501 HRESULT WINAPI IException_put_EndTime_Proxy(IException *This,DATE varEndTime);
2503 HRESULT WINAPI IException_get_Fields_Proxy(IException *This,Fields **varFields);
2513 virtual HRESULT WINAPI get_Item(__LONG32 Index,IRecurrencePattern **RecurrencePattern) = 0;
2514 virtual HRESULT WINAPI get_Count(__LONG32 *Count) = 0;
2515 virtual HRESULT WINAPI Delete(__LONG32 Index) = 0;
2516 virtual HRESULT WINAPI Add(BSTR Type,IRecurrencePattern **RecurrencePattern) = 0;
2517 virtual HRESULT WINAPI get__NewEnum(IUnknown **Unknown) = 0;
2522 HRESULT (WINAPI *QueryInterface)(IRecurrencePatterns *This,REFIID riid,void **ppvObject);
2523 ULONG (WINAPI *AddRef)(IRecurrencePatterns *This);
2524 ULONG (WINAPI *Release)(IRecurrencePatterns *This);
2525 HRESULT (WINAPI *GetTypeInfoCount)(IRecurrencePatterns *This,UINT *pctinfo);
2526 HRESULT (WINAPI *GetTypeInfo)(IRecurrencePatterns *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
2527 HRESULT (WINAPI *GetIDsOfNames)(IRecurrencePatterns *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
2528 HRESULT (WINAPI *Invoke)(IRecurrencePatterns *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
2529 HRESULT (WINAPI *get_Item)(IRecurrencePatterns *This,__LONG32 Index,IRecurrencePattern **RecurrencePattern);
2530 HRESULT (WINAPI *get_Count)(IRecurrencePatterns *This,__LONG32 *Count);
2531 HRESULT (WINAPI *Delete)(IRecurrencePatterns *This,__LONG32 Index);
2532 HRESULT (WINAPI *Add)(IRecurrencePatterns *This,BSTR Type,IRecurrencePattern **RecurrencePattern);
2533 HRESULT (WINAPI *get__NewEnum)(IRecurrencePatterns *This,IUnknown **Unknown);
2554 HRESULT WINAPI IRecurrencePatterns_get_Item_Proxy(IRecurrencePatterns *This,__LONG32 Index,IRecurrencePattern **RecurrencePattern);
2556 HRESULT WINAPI IRecurrencePatterns_get_Count_Proxy(IRecurrencePatterns *This,__LONG32 *Count);
2558 HRESULT WINAPI IRecurrencePatterns_Delete_Proxy(IRecurrencePatterns *This,__LONG32 Index);
2560 HRESULT WINAPI IRecurrencePatterns_Add_Proxy(IRecurrencePatterns *This,BSTR Type,IRecurrencePattern **RecurrencePattern);
2562 HRESULT WINAPI IRecurrencePatterns_get__NewEnum_Proxy(IRecurrencePatterns *This,IUnknown **Unknown);
2572 virtual HRESULT WINAPI get_Item(__LONG32 Index,IException **Exception) = 0;
2573 virtual HRESULT WINAPI get_Count(__LONG32 *Count) = 0;
2574 virtual HRESULT WINAPI Delete(__LONG32 Index) = 0;
2575 virtual HRESULT WINAPI Add(BSTR Type,IException **Exception) = 0;
2576 virtual HRESULT WINAPI get__NewEnum(IUnknown **Unknown) = 0;
2581 HRESULT (WINAPI *QueryInterface)(IExceptions *This,REFIID riid,void **ppvObject);
2582 ULONG (WINAPI *AddRef)(IExceptions *This);
2583 ULONG (WINAPI *Release)(IExceptions *This);
2584 HRESULT (WINAPI *GetTypeInfoCount)(IExceptions *This,UINT *pctinfo);
2585 HRESULT (WINAPI *GetTypeInfo)(IExceptions *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
2586 HRESULT (WINAPI *GetIDsOfNames)(IExceptions *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
2587 HRESULT (WINAPI *Invoke)(IExceptions *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
2588 HRESULT (WINAPI *get_Item)(IExceptions *This,__LONG32 Index,IException **Exception);
2589 HRESULT (WINAPI *get_Count)(IExceptions *This,__LONG32 *Count);
2590 HRESULT (WINAPI *Delete)(IExceptions *This,__LONG32 Index);
2591 HRESULT (WINAPI *Add)(IExceptions *This,BSTR Type,IException **Exception);
2592 HRESULT (WINAPI *get__NewEnum)(IExceptions *This,IUnknown **Unknown);
2613 HRESULT WINAPI IExceptions_get_Item_Proxy(IExceptions *This,__LONG32 Index,IException **Exception);
2615 HRESULT WINAPI IExceptions_get_Count_Proxy(IExceptions *This,__LONG32 *Count);
2617 HRESULT WINAPI IExceptions_Delete_Proxy(IExceptions *This,__LONG32 Index);
2619 HRESULT WINAPI IExceptions_Add_Proxy(IExceptions *This,BSTR Type,IException **Exception);
2621 HRESULT WINAPI IExceptions_get__NewEnum_Proxy(IExceptions *This,IUnknown **Unknown);
2631 virtual HRESULT WINAPI GetAssociatedItem(BSTR CalendarLocation,BSTR UserName,BSTR Password,IDispatch **Item) = 0;
2632 virtual HRESULT WINAPI GetInterface(BSTR Interface,IDispatch **ppUnknown) = 0;
2633 virtual HRESULT WINAPI get_ComponentType(CdoComponentType *varComponentType) = 0;
2634 virtual HRESULT WINAPI get_ProdID(BSTR *varProdID) = 0;
2635 virtual HRESULT WINAPI get_CalendarVersion(BSTR *varCalendarVersion) = 0;
2636 virtual HRESULT WINAPI get_CalendarMethod(BSTR *varCalendarMethod) = 0;
2637 virtual HRESULT WINAPI GetUpdatedItem(BSTR CalendarLocation,BSTR UserName,BSTR Password,IDispatch **Item) = 0;
2642 HRESULT (WINAPI *QueryInterface)(ICalendarPart *This,REFIID riid,void **ppvObject);
2643 ULONG (WINAPI *AddRef)(ICalendarPart *This);
2644 ULONG (WINAPI *Release)(ICalendarPart *This);
2645 HRESULT (WINAPI *GetTypeInfoCount)(ICalendarPart *This,UINT *pctinfo);
2646 HRESULT (WINAPI *GetTypeInfo)(ICalendarPart *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
2647 HRESULT (WINAPI *GetIDsOfNames)(ICalendarPart *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
2648 HRESULT (WINAPI *Invoke)(ICalendarPart *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
2649 HRESULT (WINAPI *GetAssociatedItem)(ICalendarPart *This,BSTR CalendarLocation,BSTR UserName,BSTR Password,IDispatch **Item);
2650 HRESULT (WINAPI *GetInterface)(ICalendarPart *This,BSTR Interface,IDispatch **ppUnknown);
2651 HRESULT (WINAPI *get_ComponentType)(ICalendarPart *This,CdoComponentType *varComponentType);
2652 HRESULT (WINAPI *get_ProdID)(ICalendarPart *This,BSTR *varProdID);
2653 HRESULT (WINAPI *get_CalendarVersion)(ICalendarPart *This,BSTR *varCalendarVersion);
2654 HRESULT (WINAPI *get_CalendarMethod)(ICalendarPart *This,BSTR *varCalendarMethod);
2655 HRESULT (WINAPI *GetUpdatedItem)(ICalendarPart *This,BSTR CalendarLocation,BSTR UserName,BSTR Password,IDispatch **Item);
2678 HRESULT WINAPI ICalendarPart_GetAssociatedItem_Proxy(ICalendarPart *This,BSTR CalendarLocation,BSTR UserName,BSTR Password,IDispatch **Item);
2680 HRESULT WINAPI ICalendarPart_GetInterface_Proxy(ICalendarPart *This,BSTR Interface,IDispatch **ppUnknown);
2682 HRESULT WINAPI ICalendarPart_get_ComponentType_Proxy(ICalendarPart *This,CdoComponentType *varComponentType);
2684 HRESULT WINAPI ICalendarPart_get_ProdID_Proxy(ICalendarPart *This,BSTR *varProdID);
2686 HRESULT WINAPI ICalendarPart_get_CalendarVersion_Proxy(ICalendarPart *This,BSTR *varCalendarVersion);
2688 HRESULT WINAPI ICalendarPart_get_CalendarMethod_Proxy(ICalendarPart *This,BSTR *varCalendarMethod);
2690 HRESULT WINAPI ICalendarPart_GetUpdatedItem_Proxy(ICalendarPart *This,BSTR CalendarLocation,BSTR UserName,BSTR Password,IDispatch **Item);
2700 virtual HRESULT WINAPI get_Item(__LONG32 Index,ICalendarPart **CalendarPart) = 0;
2701 virtual HRESULT WINAPI get_Count(__LONG32 *Count) = 0;
2702 virtual HRESULT WINAPI Delete(__LONG32 Index) = 0;
2703 virtual HRESULT WINAPI Add(IUnknown *CalendarPart,CdoComponentType ComponentType) = 0;
2704 virtual HRESULT WINAPI get__NewEnum(IUnknown **Unknown) = 0;
2710 HRESULT (WINAPI *QueryInterface)(ICalendarParts *This,REFIID riid,void **ppvObject);
2711 ULONG (WINAPI *AddRef)(ICalendarParts *This);
2712 ULONG (WINAPI *Release)(ICalendarParts *This);
2713 HRESULT (WINAPI *GetTypeInfoCount)(ICalendarParts *This,UINT *pctinfo);
2714 HRESULT (WINAPI *GetTypeInfo)(ICalendarParts *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
2715 HRESULT (WINAPI *GetIDsOfNames)(ICalendarParts *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
2716 HRESULT (WINAPI *Invoke)(ICalendarParts *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
2717 HRESULT (WINAPI *get_Item)(ICalendarParts *This,__LONG32 Index,ICalendarPart **CalendarPart);
2718 HRESULT (WINAPI *get_Count)(ICalendarParts *This,__LONG32 *Count);
2719 HRESULT (WINAPI *Delete)(ICalendarParts *This,__LONG32 Index);
2720 HRESULT (WINAPI *Add)(ICalendarParts *This,IUnknown *CalendarPart,CdoComponentType ComponentType);
2721 HRESULT (WINAPI *get__NewEnum)(ICalendarParts *This,IUnknown **Unknown);
2742 HRESULT WINAPI ICalendarParts_get_Item_Proxy(ICalendarParts *This,__LONG32 Index,ICalendarPart **CalendarPart);
2744 HRESULT WINAPI ICalendarParts_get_Count_Proxy(ICalendarParts *This,__LONG32 *Count);
2746 HRESULT WINAPI ICalendarParts_Delete_Proxy(ICalendarParts *This,__LONG32 Index);
2748 HRESULT WINAPI ICalendarParts_Add_Proxy(ICalendarParts *This,IUnknown *CalendarPart,CdoComponentType ComponentType);
2750 HRESULT WINAPI ICalendarParts_get__NewEnum_Proxy(ICalendarParts *This,IUnknown **Unknown);
2761 virtual HRESULT WINAPI get_DisplayName(BSTR *pDisplayName) = 0;
2762 virtual HRESULT WINAPI put_DisplayName(BSTR varDisplayName) = 0;
2763 virtual HRESULT WINAPI get_Type(BSTR *pType) = 0;
2764 virtual HRESULT WINAPI put_Type(BSTR varType) = 0;
2765 virtual HRESULT WINAPI get_Address(BSTR *pAddress) = 0;
2766 virtual HRESULT WINAPI put_Address(BSTR varAddress) = 0;
2767 virtual HRESULT WINAPI get_IsOrganizer(VARIANT_BOOL *pIsOrganizer) = 0;
2768 virtual HRESULT WINAPI put_IsOrganizer(VARIANT_BOOL varIsOrganizer) = 0;
2769 virtual HRESULT WINAPI get_Role(CdoAttendeeRoleValues *pRole) = 0;
2770 virtual HRESULT WINAPI put_Role(CdoAttendeeRoleValues varRole) = 0;
2771 virtual HRESULT WINAPI get_Status(CdoAttendeeStatusValues *pStatus) = 0;
2772 virtual HRESULT WINAPI put_Status(CdoAttendeeStatusValues varStatus) = 0;
2777 HRESULT (WINAPI *QueryInterface)(IAttendee *This,REFIID riid,void **ppvObject);
2778 ULONG (WINAPI *AddRef)(IAttendee *This);
2779 ULONG (WINAPI *Release)(IAttendee *This);
2780 HRESULT (WINAPI *GetTypeInfoCount)(IAttendee *This,UINT *pctinfo);
2781 HRESULT (WINAPI *GetTypeInfo)(IAttendee *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
2782 HRESULT (WINAPI *GetIDsOfNames)(IAttendee *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
2783 HRESULT (WINAPI *Invoke)(IAttendee *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
2784 HRESULT (WINAPI *get_DisplayName)(IAttendee *This,BSTR *pDisplayName);
2785 HRESULT (WINAPI *put_DisplayName)(IAttendee *This,BSTR varDisplayName);
2786 HRESULT (WINAPI *get_Type)(IAttendee *This,BSTR *pType);
2787 HRESULT (WINAPI *put_Type)(IAttendee *This,BSTR varType);
2788 HRESULT (WINAPI *get_Address)(IAttendee *This,BSTR *pAddress);
2789 HRESULT (WINAPI *put_Address)(IAttendee *This,BSTR varAddress);
2790 HRESULT (WINAPI *get_IsOrganizer)(IAttendee *This,VARIANT_BOOL *pIsOrganizer);
2791 HRESULT (WINAPI *put_IsOrganizer)(IAttendee *This,VARIANT_BOOL varIsOrganizer);
2792 HRESULT (WINAPI *get_Role)(IAttendee *This,CdoAttendeeRoleValues *pRole);
2793 HRESULT (WINAPI *put_Role)(IAttendee *This,CdoAttendeeRoleValues varRole);
2794 HRESULT (WINAPI *get_Status)(IAttendee *This,CdoAttendeeStatusValues *pStatus);
2795 HRESULT (WINAPI *put_Status)(IAttendee *This,CdoAttendeeStatusValues varStatus);
2823 HRESULT WINAPI IAttendee_get_DisplayName_Proxy(IAttendee *This,BSTR *pDisplayName);
2825 HRESULT WINAPI IAttendee_put_DisplayName_Proxy(IAttendee *This,BSTR varDisplayName);
2827 HRESULT WINAPI IAttendee_get_Type_Proxy(IAttendee *This,BSTR *pType);
2829 HRESULT WINAPI IAttendee_put_Type_Proxy(IAttendee *This,BSTR varType);
2831 HRESULT WINAPI IAttendee_get_Address_Proxy(IAttendee *This,BSTR *pAddress);
2833 HRESULT WINAPI IAttendee_put_Address_Proxy(IAttendee *This,BSTR varAddress);
2835 HRESULT WINAPI IAttendee_get_IsOrganizer_Proxy(IAttendee *This,VARIANT_BOOL *pIsOrganizer);
2837 HRESULT WINAPI IAttendee_put_IsOrganizer_Proxy(IAttendee *This,VARIANT_BOOL varIsOrganizer);
2839 HRESULT WINAPI IAttendee_get_Role_Proxy(IAttendee *This,CdoAttendeeRoleValues *pRole);
2841 HRESULT WINAPI IAttendee_put_Role_Proxy(IAttendee *This,CdoAttendeeRoleValues varRole);
2843 HRESULT WINAPI IAttendee_get_Status_Proxy(IAttendee *This,CdoAttendeeStatusValues *pStatus);
2845 HRESULT WINAPI IAttendee_put_Status_Proxy(IAttendee *This,CdoAttendeeStatusValues varStatus);
2855 virtual HRESULT WINAPI get_Item(__LONG32 Index,IAttendee **Attendee) = 0;
2856 virtual HRESULT WINAPI get_Count(__LONG32 *Count) = 0;
2857 virtual HRESULT WINAPI Delete(__LONG32 Index) = 0;
2858 virtual HRESULT WINAPI Add(BSTR Address,IAttendee **Attendee) = 0;
2859 virtual HRESULT WINAPI get__NewEnum(IUnknown **Unknown) = 0;
2864 HRESULT (WINAPI *QueryInterface)(IAttendees *This,REFIID riid,void **ppvObject);
2865 ULONG (WINAPI *AddRef)(IAttendees *This);
2866 ULONG (WINAPI *Release)(IAttendees *This);
2867 WINAPI *GetTypeInfoCount)(IAttendees *This,UINT *pctinfo);
2868 HRESULT (WINAPI *GetTypeInfo)(IAttendees *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
2869 HRESULT (WINAPI *GetIDsOfNames)(IAttendees *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
2870 HRESULT (WINAPI *Invoke)(IAttendees *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
2871 HRESULT (WINAPI *get_Item)(IAttendees *This,__LONG32 Index,IAttendee **Attendee);
2872 HRESULT (WINAPI *get_Count)(IAttendees *This,__LONG32 *Count);
2873 HRESULT (WINAPI *Delete)(IAttendees *This,__LONG32 Index);
2874 HRESULT (WINAPI *Add)(IAttendees *This,BSTR Address,IAttendee **Attendee);
2875 HRESULT (WINAPI *get__NewEnum)(IAttendees *This,IUnknown **Unknown);
2896 HRESULT WINAPI IAttendees_get_Item_Proxy(IAttendees *This,__LONG32 Index,IAttendee **Attendee);
2898 HRESULT WINAPI IAttendees_get_Count_Proxy(IAttendees *This,__LONG32 *Count);
2900 HRESULT WINAPI IAttendees_Delete_Proxy(IAttendees *This,__LONG32 Index);
2902 HRESULT WINAPI IAttendees_Add_Proxy(IAttendees *This,BSTR Address,IAttendee **Attendee);
2904 HRESULT WINAPI IAttendees_get__NewEnum_Proxy(IAttendees *This,IUnknown **Unknown);
2914 virtual HRESULT WINAPI get_BaseFolder(BSTR *varBaseFolder) = 0;
2915 virtual HRESULT WINAPI get_RootFolder(BSTR *varRootFolder) = 0;
2916 virtual HRESULT WINAPI get_Inbox(BSTR *varInbox) = 0;
2917 virtual HRESULT WINAPI get_Outbox(BSTR *varOutbox) = 0;
2918 virtual HRESULT WINAPI get_SentItems(BSTR *varSentItems) = 0;
2919 virtual HRESULT WINAPI get_Drafts(BSTR *varDrafts) = 0;
2920 virtual HRESULT WINAPI get_DeletedItems(BSTR *varDeletedItems) = 0;
2921 virtual HRESULT WINAPI get_Calendar(BSTR *varCalendar) = 0;
2922 virtual HRESULT WINAPI get_Tasks(BSTR *varTasks) = 0;
2923 virtual HRESULT WINAPI get_Contacts(BSTR *varContacts) = 0;
2924 virtual HRESULT WINAPI get_Notes(BSTR *varNotes) = 0;
2925 virtual HRESULT WINAPI get_Journal(BSTR *varJournal) = 0;
2930 HRESULT (WINAPI *QueryInterface)(IMailbox *This,REFIID riid,void **ppvObject);
2931 ULONG (WINAPI *AddRef)(IMailbox *This);
2932 ULONG (WINAPI *Release)(IMailbox *This);
2933 HRESULT (WINAPI *GetTypeInfoCount)(IMailbox *This,UINT *pctinfo);
2934 HRESULT (WINAPI *GetTypeInfo)(IMailbox *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
2935 HRESULT (WINAPI *GetIDsOfNames)(IMailbox *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
2936 HRESULT (WINAPI *Invoke)(IMailbox *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
2937 HRESULT (WINAPI *get_BaseFolder)(IMailbox *This,BSTR *varBaseFolder);
2938 HRESULT (WINAPI *get_RootFolder)(IMailbox *This,BSTR *varRootFolder);
2939 HRESULT (WINAPI *get_Inbox)(IMailbox *This,BSTR *varInbox);
2940 HRESULT (WINAPI *get_Outbox)(IMailbox *This,BSTR *varOutbox);
2941 HRESULT (WINAPI *get_SentItems)(IMailbox *This,BSTR *varSentItems);
2942 HRESULT (WINAPI *get_Drafts)(IMailbox *This,BSTR *varDrafts);
2943 HRESULT (WINAPI *get_DeletedItems)(IMailbox *This,BSTR *varDeletedItems);
2944 HRESULT (WINAPI *get_Calendar)(IMailbox *This,BSTR *varCalendar);
2945 HRESULT (WINAPI *get_Tasks)(IMailbox *This,BSTR *varTasks);
2946 HRESULT (WINAPI *get_Contacts)(IMailbox *This,BSTR *varContacts);
2947 HRESULT (WINAPI *get_Notes)(IMailbox *This,BSTR *varNotes);
2948 HRESULT (WINAPI *get_Journal)(IMailbox *This,BSTR *varJournal);
2976 HRESULT WINAPI IMailbox_get_BaseFolder_Proxy(IMailbox *This,BSTR *varBaseFolder);
2978 HRESULT WINAPI IMailbox_get_RootFolder_Proxy(IMailbox *This,BSTR *varRootFolder);
2980 HRESULT WINAPI IMailbox_get_Inbox_Proxy(IMailbox *This,BSTR *varInbox);
2982 HRESULT WINAPI IMailbox_get_Outbox_Proxy(IMailbox *This,BSTR *varOutbox);
2984 HRESULT WINAPI IMailbox_get_SentItems_Proxy(IMailbox *This,BSTR *varSentItems);
2986 HRESULT WINAPI IMailbox_get_Drafts_Proxy(IMailbox *This,BSTR *varDrafts);
2988 HRESULT WINAPI IMailbox_get_DeletedItems_Proxy(IMailbox *This,BSTR *varDeletedItems);
2990 HRESULT WINAPI IMailbox_get_Calendar_Proxy(IMailbox *This,BSTR *varCalendar);
2992 HRESULT WINAPI IMailbox_get_Tasks_Proxy(IMailbox *This,BSTR *varTasks);
2994 HRESULT WINAPI IMailbox_get_Contacts_Proxy(IMailbox *This,BSTR *varContacts);
2996 HRESULT WINAPI IMailbox_get_Notes_Proxy(IMailbox *This,BSTR *varNotes);
2998 HRESULT WINAPI IMailbox_get_Journal_Proxy(IMailbox *This,BSTR *varJournal);
3008 virtual HRESULT WINAPI get_DisplayName(BSTR *varDisplayName) = 0;
3009 virtual HRESULT WINAPI get_Configuration(IConfiguration **pConfiguration) = 0;
3010 virtual HRESULT WINAPI put_Configuration(IConfiguration *varConfiguration) = 0;
3011 virtual HRESULT WINAPI putref_Configuration(IConfiguration *varConfiguration) = 0;
3012 virtual HRESULT WINAPI get_DataSource(IDataSource **varDataSource) = 0;
3013 virtual HRESULT WINAPI get_EmailAddress(BSTR *varEmailAddress) = 0;
3014 virtual HRESULT WINAPI get_UnreadItemCount(LONG *varUnreadItemCount) = 0;
3015 virtual HRESULT WINAPI get_VisibleCount(LONG *varVisibleCount) = 0;
3016 virtual HRESULT WINAPI get_ItemCount(LONG *varItemCount) = 0;
3017 virtual HRESULT WINAPI get_HasSubFolders(VARIANT_BOOL *varHasSubFolders) = 0;
3018 virtual HRESULT WINAPI get_Description(BSTR *pDescription) = 0;
3019 virtual HRESULT WINAPI put_Description(BSTR varDescription) = 0;
3020 virtual HRESULT WINAPI get_Fields(Fields **varFields) = 0;
3021 virtual HRESULT WINAPI get_ContentClass(BSTR *pContentClass) = 0;
3022 virtual HRESULT WINAPI put_ContentClass(BSTR varContentClass) = 0;
3023 virtual HRESULT WINAPI GetInterface(BSTR Interface,IDispatch **ppUnknown) = 0;
3028 HRESULT (WINAPI *QueryInterface)(IFolder *This,REFIID riid,void **ppvObject);
3029 ULONG (WINAPI *AddRef)(IFolder *This);
3030 ULONG (WINAPI *Release)(IFolder *This);
3031 HRESULT (WINAPI *GetTypeInfoCount)(IFolder *This,UINT *pctinfo);
3032 HRESULT (WINAPI *GetTypeInfo)(IFolder *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
3033 HRESULT (WINAPI *GetIDsOfNames)(IFolder *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
3034 HRESULT (WINAPI *Invoke)(IFolder *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
3035 HRESULT (WINAPI *get_DisplayName)(IFolder *This,BSTR *varDisplayName);
3036 HRESULT (WINAPI *get_Configuration)(IFolder *This,IConfiguration **pConfiguration);
3037 HRESULT (WINAPI *put_Configuration)(IFolder *This,IConfiguration *varConfiguration);
3038 HRESULT (WINAPI *putref_Configuration)(IFolder *This,IConfiguration *varConfiguration);
3039 HRESULT (WINAPI *get_DataSource)(IFolder *This,IDataSource **varDataSource);
3040 HRESULT (WINAPI *get_EmailAddress)(IFolder *This,BSTR *varEmailAddress);
3041 HRESULT (WINAPI *get_UnreadItemCount)(IFolder *This,LONG *varUnreadItemCount);
3042 HRESULT (WINAPI *get_VisibleCount)(IFolder *This,LONG *varVisibleCount);
3043 HRESULT (WINAPI *get_ItemCount)(IFolder *This,LONG *varItemCount);
3044 HRESULT (WINAPI *get_HasSubFolders)(IFolder *This,VARIANT_BOOL *varHasSubFolders);
3045 HRESULT (WINAPI *get_Description)(IFolder *This,BSTR *pDescription);
3046 HRESULT (WINAPI *put_Description)(IFolder *This,BSTR varDescription);
3047 HRESULT (WINAPI *get_Fields)(IFolder *This,Fields **varFields);
3048 HRESULT (WINAPI *get_ContentClass)(IFolder *This,BSTR *pContentClass);
3049 HRESULT (WINAPI *put_ContentClass)(IFolder *This,BSTR varContentClass);
3050 HRESULT (WINAPI *GetInterface)(IFolder *This,BSTR Interface,IDispatch **ppUnknown);
3082 HRESULT WINAPI IFolder_get_DisplayName_Proxy(IFolder *This,BSTR *varDisplayName);
3084 HRESULT WINAPI IFolder_get_Configuration_Proxy(IFolder *This,IConfiguration **pConfiguration);
3086 HRESULT WINAPI IFolder_put_Configuration_Proxy(IFolder *This,IConfiguration *varConfiguration);
3088 HRESULT WINAPI IFolder_putref_Configuration_Proxy(IFolder *This,IConfiguration *varConfiguration);
3090 HRESULT WINAPI IFolder_get_DataSource_Proxy(IFolder *This,IDataSource **varDataSource);
3092 HRESULT WINAPI IFolder_get_EmailAddress_Proxy(IFolder *This,BSTR *varEmailAddress);
3094 HRESULT WINAPI IFolder_get_UnreadItemCount_Proxy(IFolder *This,LONG *varUnreadItemCount);
3096 HRESULT WINAPI IFolder_get_VisibleCount_Proxy(IFolder *This,LONG *varVisibleCount);
3098 HRESULT WINAPI IFolder_get_ItemCount_Proxy(IFolder *This,LONG *varItemCount);
3100 HRESULT WINAPI IFolder_get_HasSubFolders_Proxy(IFolder *This,VARIANT_BOOL *varHasSubFolders);
3102 HRESULT WINAPI IFolder_get_Description_Proxy(IFolder *This,BSTR *pDescription);
3104 HRESULT WINAPI IFolder_put_Description_Proxy(IFolder *This,BSTR varDescription);
3106 HRESULT WINAPI IFolder_get_Fields_Proxy(IFolder *This,Fields **varFields);
3108 HRESULT WINAPI IFolder_get_ContentClass_Proxy(IFolder *This,BSTR *pContentClass);
3110 HRESULT WINAPI IFolder_put_ContentClass_Proxy(IFolder *This,BSTR varContentClass);
3112 HRESULT WINAPI IFolder_GetInterface_Proxy(IFolder *This,BSTR Interface,IDispatch **ppUnknown);
3122 virtual HRESULT WINAPI get_Item(__LONG32 Index,BSTR *pVal) = 0;
3123 virtual HRESULT WINAPI get_Count(__LONG32 *Count) = 0;
3124 virtual HRESULT WINAPI Delete(BSTR *Member) = 0;
3125 virtual HRESULT WINAPI Add(BSTR val) = 0;
3126 virtual HRESULT WINAPI get__NewEnum(IUnknown **Unknown) = 0;
3131 HRESULT (WINAPI *QueryInterface)(IContactGroupMembers *This,REFIID riid,void **ppvObject);
3132 ULONG (WINAPI *AddRef)(IContactGroupMembers *This);
3133 ULONG (WINAPI *Release)(IContactGroupMembers *This);
3134 HRESULT (WINAPI *GetTypeInfoCount)(IContactGroupMembers *This,UINT *pctinfo);
3135 HRESULT (WINAPI *GetTypeInfo)(IContactGroupMembers *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
3136 HRESULT (WINAPI *GetIDsOfNames)(IContactGroupMembers *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
3137 HRESULT (WINAPI *Invoke)(IContactGroupMembers *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
3138 HRESULT (WINAPI *get_Item)(IContactGroupMembers *This,__LONG32 Index,BSTR *pVal);
3139 HRESULT (WINAPI *get_Count)(IContactGroupMembers *This,__LONG32 *Count);
3140 HRESULT (WINAPI *Delete)(IContactGroupMembers *This,BSTR *Member);
3141 HRESULT (WINAPI *Add)(IContactGroupMembers *This,BSTR val);
3142 HRESULT (WINAPI *get__NewEnum)(IContactGroupMembers *This,IUnknown **Unknown);
3163 HRESULT WINAPI IContactGroupMembers_get_Item_Proxy(IContactGroupMembers *This,__LONG32 Index,BSTR *pVal);
3165 HRESULT WINAPI IContactGroupMembers_get_Count_Proxy(IContactGroupMembers *This,__LONG32 *Count);
3167 HRESULT WINAPI IContactGroupMembers_Delete_Proxy(IContactGroupMembers *This,BSTR *Member);
3169 HRESULT WINAPI IContactGroupMembers_Add_Proxy(IContactGroupMembers *This,BSTR val);
3171 HRESULT WINAPI IContactGroupMembers_get__NewEnum_Proxy(IContactGroupMembers *This,IUnknown **Unknown);
3181 virtual HRESULT WINAPI get_DataSource(IDataSource **varDataSource) = 0;
3182 virtual HRESULT WINAPI get_Configuration(IConfiguration **pConfiguration) = 0;
3183 virtual HRESULT WINAPI put_Configuration(IConfiguration *varConfiguration) = 0;
3184 virtual HRESULT WINAPI putref_Configuration(IConfiguration *varConfiguration) = 0;
3185 virtual HRESULT WINAPI get_Fields(Fields **varFields) = 0;
3186 virtual HRESULT WINAPI get_MailingAddressID(CdoMailingAddressIdValues *pMailingAddressID) = 0;
3187 virtual HRESULT WINAPI put_MailingAddressID(CdoMailingAddressIdValues varMailingAddressID) = 0;
3188 virtual HRESULT WINAPI get_MailingAddress(BSTR *varMailingAddress) = 0;
3189 virtual HRESULT WINAPI get_FileAsMapping(CdoFileAsMappingId *pFileAsMapping) = 0;
3190 virtual HRESULT WINAPI put_FileAsMapping(CdoFileAsMappingId varFileAsMapping) = 0;
3191 virtual HRESULT WINAPI get_FileAs(BSTR *pFileAs) = 0;
3192 virtual HRESULT WINAPI put_FileAs(BSTR varFileAs) = 0;
3193 virtual HRESULT WINAPI get_WorkPhone(BSTR *pWorkPhone) = 0;
3194 virtual HRESULT WINAPI put_WorkPhone(BSTR varWorkPhone) = 0;
3195 virtual HRESULT WINAPI get_WorkFax(BSTR *pWorkFax) = 0;
3196 virtual HRESULT WINAPI put_WorkFax(BSTR varWorkFax) = 0;
3197 virtual HRESULT WINAPI get_HomePhone(BSTR *pHomePhone) = 0;
3198 virtual HRESULT WINAPI put_HomePhone(BSTR varHomePhone) = 0;
3199 virtual HRESULT WINAPI get_MobilePhone(BSTR *pMobilePhone) = 0;
3200 virtual HRESULT WINAPI put_MobilePhone(BSTR varMobilePhone) = 0;
3201 virtual HRESULT WINAPI get_FirstName(BSTR *pFirstName) = 0;
3202 virtual HRESULT WINAPI put_FirstName(BSTR varFirstName) = 0;
3203 virtual HRESULT WINAPI get_LastName(BSTR *pLastName) = 0;
3204 virtual HRESULT WINAPI put_LastName(BSTR varLastName) = 0;
3205 virtual HRESULT WINAPI get_NamePrefix(BSTR *pNamePrefix) = 0;
3206 virtual HRESULT WINAPI put_NamePrefix(BSTR varNamePrefix) = 0;
3207 virtual HRESULT WINAPI get_NameSuffix(BSTR *pNameSuffix) = 0;
3208 virtual HRESULT WINAPI put_NameSuffix(BSTR varNameSuffix) = 0;
3209 virtual HRESULT WINAPI get_Email(BSTR *pEmail) = 0;
3210 virtual HRESULT WINAPI put_Email(BSTR varEmail) = 0;
3211 virtual HRESULT WINAPI get_Email2(BSTR *pEmail2) = 0;
3212 virtual HRESULT WINAPI put_Email2(BSTR varEmail2) = 0;
3213 virtual HRESULT WINAPI get_Email3(BSTR *pEmail3) = 0;
3214 virtual HRESULT WINAPI put_Email3(BSTR varEmail3) = 0;
3215 virtual HRESULT WINAPI GetVCardStream(_Stream **Stream) = 0;
3216 virtual HRESULT WINAPI GetInterface(BSTR Interface,IDispatch **ppUnknown) = 0;
3217 virtual HRESULT WINAPI get_WorkStreet(BSTR *pWorkStreet) = 0;
3218 virtual HRESULT WINAPI put_WorkStreet(BSTR varWorkStreet) = 0;
3219 virtual HRESULT WINAPI get_WorkCity(BSTR *pWorkCity) = 0;
3220 virtual HRESULT WINAPI put_WorkCity(BSTR varWorkCity) = 0;
3221 virtual HRESULT WINAPI get_WorkCountry(BSTR *pWorkCountry) = 0;
3222 virtual HRESULT WINAPI put_WorkCountry(BSTR varWorkCountry) = 0;
3223 virtual HRESULT WINAPI get_WorkPostalCode(BSTR *pWorkPostalCode) = 0;
3224 virtual HRESULT WINAPI put_WorkPostalCode(BSTR varWorkPostalCode) = 0;
3225 virtual HRESULT WINAPI get_WorkPostOfficeBox(BSTR *pWorkPostOfficeBox) = 0;
3226 virtual HRESULT WINAPI put_WorkPostOfficeBox(BSTR varWorkPostOfficeBox) = 0;
3227 virtual HRESULT WINAPI get_WorkPostalAddress(BSTR *varWorkPostalAddress) = 0;
3228 virtual HRESULT WINAPI get_WorkState(BSTR *pWorkState) = 0;
3229 virtual HRESULT WINAPI put_WorkState(BSTR varWorkState) = 0;
3230 virtual HRESULT WINAPI get_WorkPager(BSTR *pWorkPager) = 0;
3231 virtual HRESULT WINAPI put_WorkPager(BSTR varWorkPager) = 0;
3232 virtual HRESULT WINAPI get_HomeStreet(BSTR *pHomeStreet) = 0;
3233 virtual HRESULT WINAPI put_HomeStreet(BSTR varHomeStreet) = 0;
3234 virtual HRESULT WINAPI get_HomeCity(BSTR *pHomeCity) = 0;
3235 virtual HRESULT WINAPI put_HomeCity(BSTR varHomeCity) = 0;
3236 virtual HRESULT WINAPI get_HomeCountry(BSTR *pHomeCountry) = 0;
3237 virtual HRESULT WINAPI put_HomeCountry(BSTR varHomeCountry) = 0;
3238 virtual HRESULT WINAPI get_HomePostalCode(BSTR *pHomePostalCode) = 0;
3239 virtual HRESULT WINAPI put_HomePostalCode(BSTR varHomePostalCode) = 0;
3240 virtual HRESULT WINAPI get_HomePostOfficeBox(BSTR *pHomePostOfficeBox) = 0;
3241 virtual HRESULT WINAPI put_HomePostOfficeBox(BSTR varHomePostOfficeBox) = 0;
3242 virtual HRESULT WINAPI get_HomePostalAddress(BSTR *varHomePostalAddress) = 0;
3243 virtual HRESULT WINAPI get_HomeState(BSTR *pHomeState) = 0;
3244 virtual HRESULT WINAPI put_HomeState(BSTR varHomeState) = 0;
3245 virtual HRESULT WINAPI get_HomeFax(BSTR *pHomeFax) = 0;
3246 virtual HRESULT WINAPI put_HomeFax(BSTR varHomeFax) = 0;
3247 virtual HRESULT WINAPI get_MiddleName(BSTR *pMiddleName) = 0;
3248 virtual HRESULT WINAPI put_MiddleName(BSTR varMiddleName) = 0;
3249 virtual HRESULT WINAPI get_Initials(BSTR *pInitials) = 0;
3250 virtual HRESULT WINAPI put_Initials(BSTR varInitials) = 0;
3251 virtual HRESULT WINAPI get_EmailAddresses(VARIANT *pEmailAddresses) = 0;
3252 virtual HRESULT WINAPI put_EmailAddresses(VARIANT varEmailAddresses) = 0;
3253 virtual HRESULT WINAPI get_Company(BSTR *pCompany) = 0;
3254 virtual HRESULT WINAPI put_Company(BSTR varCompany) = 0;
3255 virtual HRESULT WINAPI get_Title(BSTR *pTitle) = 0;
3256 virtual HRESULT WINAPI put_Title(BSTR varTitle) = 0;
3261 HRESULT (WINAPI *QueryInterface)(IPerson *This,REFIID riid,void **ppvObject);
3262 ULONG (WINAPI *AddRef)(IPerson *This);
3263 ULONG (WINAPI *Release)(IPerson *This);
3264 HRESULT (WINAPI *GetTypeInfoCount)(IPerson *This,UINT *pctinfo);
3265 HRESULT (WINAPI *GetTypeInfo)(IPerson *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
3266 HRESULT (WINAPI *GetIDsOfNames)(IPerson *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
3267 HRESULT (WINAPI *Invoke)(IPerson *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
3268 HRESULT (WINAPI *get_DataSource)(IPerson *This,IDataSource **varDataSource);
3269 HRESULT (WINAPI *get_Configuration)(IPerson *This,IConfiguration **pConfiguration);
3270 HRESULT (WINAPI *put_Configuration)(IPerson *This,IConfiguration *varConfiguration);
3271 HRESULT (WINAPI *putref_Configuration)(IPerson *This,IConfiguration *varConfiguration);
3272 HRESULT (WINAPI *get_Fields)(IPerson *This,Fields **varFields);
3273 HRESULT (WINAPI *get_MailingAddressID)(IPerson *This,CdoMailingAddressIdValues *pMailingAddressID);
3274 HRESULT (WINAPI *put_MailingAddressID)(IPerson *This,CdoMailingAddressIdValues varMailingAddressID);
3275 HRESULT (WINAPI *get_MailingAddress)(IPerson *This,BSTR *varMailingAddress);
3276 HRESULT (WINAPI *get_FileAsMapping)(IPerson *This,CdoFileAsMappingId *pFileAsMapping);
3277 HRESULT (WINAPI *put_FileAsMapping)(IPerson *This,CdoFileAsMappingId varFileAsMapping);
3278 HRESULT (WINAPI *get_FileAs)(IPerson *This,BSTR *pFileAs);
3279 HRESULT (WINAPI *put_FileAs)(IPerson *This,BSTR varFileAs);
3280 HRESULT (WINAPI *get_WorkPhone)(IPerson *This,BSTR *pWorkPhone);
3281 HRESULT (WINAPI *put_WorkPhone)(IPerson *This,BSTR varWorkPhone);
3282 HRESULT (WINAPI *get_WorkFax)(IPerson *This,BSTR *pWorkFax);
3283 HRESULT (WINAPI *put_WorkFax)(IPerson *This,BSTR varWorkFax);
3284 HRESULT (WINAPI
3285 HRESULT (WINAPI *put_HomePhone)(IPerson *This,BSTR varHomePhone);
3286 HRESULT (WINAPI *get_MobilePhone)(IPerson *This,BSTR *pMobilePhone);
3287 HRESULT (WINAPI *put_MobilePhone)(IPerson *This,BSTR varMobilePhone);
3288 HRESULT (WINAPI *get_FirstName)(IPerson *This,BSTR *pFirstName);
3289 HRESULT (WINAPI *put_FirstName)(IPerson *This,BSTR varFirstName);
3290 HRESULT (WINAPI *get_LastName)(IPerson *This,BSTR *pLastName);
3291 HRESULT (WINAPI *put_LastName)(IPerson *This,BSTR varLastName);
3292 HRESULT (WINAPI *get_NamePrefix)(IPerson *This,BSTR *pNamePrefix);
3293 HRESULT (WINAPI *put_NamePrefix)(IPerson *This,BSTR varNamePrefix);
3294 HRESULT (WINAPI *get_NameSuffix)(IPerson *This,BSTR *pNameSuffix);
3295 HRESULT (WINAPI *put_NameSuffix)(IPerson *This,BSTR varNameSuffix);
3296 HRESULT (WINAPI *get_Email)(IPerson *This,BSTR *pEmail);
3297 HRESULT (WINAPI *put_Email)(IPerson *This,BSTR varEmail);
3298 HRESULT (WINAPI *get_Email2)(IPerson *This,BSTR *pEmail2);
3299 HRESULT (WINAPI *put_Email2)(IPerson *This,BSTR varEmail2);
3300 HRESULT (WINAPI *get_Email3)(IPerson *This,BSTR *pEmail3);
3301 HRESULT (WINAPI *put_Email3)(IPerson *This,BSTR varEmail3);
3302 HRESULT (WINAPI *GetVCardStream)(IPerson *This,_Stream **Stream);
3303 HRESULT (WINAPI *GetInterface)(IPerson *This,BSTR Interface,IDispatch **ppUnknown);
3304 HRESULT (WINAPI *get_WorkStreet)(IPerson *This,BSTR *pWorkStreet);
3305 HRESULT (WINAPI *put_WorkStreet)(IPerson *This,BSTR varWorkStreet);
3306 HRESULT (WINAPI *get_WorkCity)(IPerson *This,BSTR *pWorkCity);
3307 HRESULT (WINAPI *put_WorkCity)(IPerson *This,BSTR varWorkCity);
3308 HRESULT (WINAPI *get_WorkCountry)(IPerson *This,BSTR *pWorkCountry);
3309 HRESULT (WINAPI *put_WorkCountry)(IPerson *This,BSTR varWorkCountry);
3310 HRESULT (WINAPI *get_WorkPostalCode)(IPerson *This,BSTR *pWorkPostalCode);
3311 HRESULT (WINAPI *put_WorkPostalCode)(IPerson *This,BSTR varWorkPostalCode);
3312 HRESULT (WINAPI *get_WorkPostOfficeBox)(IPerson *This,BSTR *pWorkPostOfficeBox);
3313 HRESULT (WINAPI *put_WorkPostOfficeBox)(IPerson *This,BSTR varWorkPostOfficeBox);
3314 HRESULT (WINAPI *get_WorkPostalAddress)(IPerson *This,BSTR *varWorkPostalAddress);
3315 HRESULT (WINAPI *get_WorkState)(IPerson *This,BSTR *pWorkState);
3316 HRESULT (WINAPI *put_WorkState)(IPerson *This,BSTR varWorkState);
3317 HRESULT (WINAPI *get_WorkPager)(IPerson *This,BSTR *pWorkPager);
3318 HRESULT (WINAPI *put_WorkPager)(IPerson *This,BSTR varWorkPager);
3319 HRESULT (WINAPI *get_HomeStreet)(IPerson *This,BSTR *pHomeStreet);
3320 HRESULT (WINAPI *put_HomeStreet)(IPerson *This,BSTR varHomeStreet);
3321 HRESULT (WINAPI *get_HomeCity)(IPerson *This,BSTR *pHomeCity);
3322 HRESULT (WINAPI *put_HomeCity)(IPerson *This,BSTR varHomeCity);
3323 HRESULT (WINAPI *get_HomeCountry)(IPerson *This,BSTR *pHomeCountry);
3324 HRESULT (WINAPI *put_HomeCountry)(IPerson *This,BSTR varHomeCountry);
3325 HRESULT (WINAPI *get_HomePostalCode)(IPerson *This,BSTR *pHomePostalCode);
3326 HRESULT (WINAPI *put_HomePostalCode)(IPerson *This,BSTR varHomePostalCode);
3327 HRESULT (WINAPI *get_HomePostOfficeBox)(IPerson *This,BSTR *pHomePostOfficeBox);
3328 HRESULT (WINAPI *put_HomePostOfficeBox)(IPerson *This,BSTR varHomePostOfficeBox);
3329 HRESULT (WINAPI *get_HomePostalAddress)(IPerson *This,BSTR *varHomePostalAddress);
3330 HRESULT (WINAPI *get_HomeState)(IPerson *This,BSTR *pHomeState);
3331 HRESULT (WINAPI *put_HomeState)(IPerson *This,BSTR varHomeState);
3332 HRESULT (WINAPI *get_HomeFax)(IPerson *This,BSTR *pHomeFax);
3333 HRESULT (WINAPI *put_HomeFax)(IPerson *This,BSTR varHomeFax);
3334 HRESULT (WINAPI *get_MiddleName)(IPerson *This,BSTR *pMiddleName);
3335 HRESULT (WINAPI *put_MiddleName)(IPerson *This,BSTR varMiddleName);
3336 HRESULT (WINAPI *get_Initials)(IPerson *This,BSTR *pInitials);
3337 HRESULT (WINAPI *put_Initials)(IPerson *This,BSTR varInitials);
3338 HRESULT (WINAPI *get_EmailAddresses)(IPerson *This,VARIANT *pEmailAddresses);
3339 HRESULT (WINAPI *put_EmailAddresses)(IPerson *This,VARIANT varEmailAddresses);
3340 HRESULT (WINAPI *get_Company)(IPerson *This,BSTR *pCompany);
3341 HRESULT (WINAPI *put_Company)(IPerson *This,BSTR varCompany);
3342 HRESULT (WINAPI *get_Title)(IPerson *This,BSTR *pTitle);
3343 HRESULT (WINAPI *put_Title)(IPerson *This,BSTR varTitle);
3435 HRESULT WINAPI IPerson_get_DataSource_Proxy(IPerson *This,IDataSource **varDataSource);
3437 HRESULT WINAPI IPerson_get_Configuration_Proxy(IPerson *This,IConfiguration **pConfiguration);
3439 HRESULT WINAPI IPerson_put_Configuration_Proxy(IPerson *This,IConfiguration *varConfiguration);
3441 HRESULT WINAPI IPerson_putref_Configuration_Proxy(IPerson *This,IConfiguration *varConfiguration);
3443 HRESULT WINAPI IPerson_get_Fields_Proxy(IPerson *This,Fields **varFields);
3445 HRESULT WINAPI IPerson_get_MailingAddressID_Proxy(IPerson *This,CdoMailingAddressIdValues *pMailingAddressID);
3447 HRESULT WINAPI IPerson_put_MailingAddressID_Proxy(IPerson *This,CdoMailingAddressIdValues varMailingAddressID);
3449 HRESULT WINAPI IPerson_get_MailingAddress_Proxy(IPerson *This,BSTR *varMailingAddress);
3451 HRESULT WINAPI IPerson_get_FileAsMapping_Proxy(IPerson *This,CdoFileAsMappingId *pFileAsMapping);
3453 HRESULT WINAPI IPerson_put_FileAsMapping_Proxy(IPerson *This,CdoFileAsMappingId varFileAsMapping);
3455 HRESULT WINAPI IPerson_get_FileAs_Proxy(IPerson *This,BSTR *pFileAs);
3457 HRESULT WINAPI IPerson_put_FileAs_Proxy(IPerson *This,BSTR varFileAs);
3459 HRESULT WINAPI IPerson_get_WorkPhone_Proxy(IPerson *This,BSTR *pWorkPhone);
3461 HRESULT WINAPI IPerson_put_WorkPhone_Proxy(IPerson *This,BSTR varWorkPhone);
3463 HRESULT WINAPI IPerson_get_WorkFax_Proxy(IPerson *This,BSTR *pWorkFax);
3465 HRESULT WINAPI IPerson_put_WorkFax_Proxy(IPerson *This,BSTR varWorkFax);
3467 HRESULT WINAPI IPerson_get_HomePhone_Proxy(IPerson *This,BSTR *pHomePhone);
3469 HRESULT WINAPI IPerson_put_HomePhone_Proxy(IPerson *This,BSTR varHomePhone);
3471 HRESULT WINAPI IPerson_get_MobilePhone_Proxy(IPerson *This,BSTR *pMobilePhone);
3473 HRESULT WINAPI IPerson_put_MobilePhone_Proxy(IPerson *This,BSTR varMobilePhone);
3475 HRESULT WINAPI IPerson_get_FirstName_Proxy(IPerson *This,BSTR *pFirstName);
3477 HRESULT WINAPI IPerson_put_FirstName_Proxy(IPerson *This,BSTR varFirstName);
3479 HRESULT WINAPI IPerson_get_LastName_Proxy(IPerson *This,BSTR *pLastName);
3481 HRESULT WINAPI IPerson_put_LastName_Proxy(IPerson *This,BSTR varLastName);
3483 HRESULT WINAPI IPerson_get_NamePrefix_Proxy(IPerson *This,BSTR *pNamePrefix);
3485 HRESULT WINAPI IPerson_put_NamePrefix_Proxy(IPerson *This,BSTR varNamePrefix);
3487 HRESULT WINAPI IPerson_get_NameSuffix_Proxy(IPerson *This,BSTR *pNameSuffix);
3489 HRESULT WINAPI IPerson_put_NameSuffix_Proxy(IPerson *This,BSTR varNameSuffix);
3491 HRESULT WINAPI IPerson_get_Email_Proxy(IPerson *This,BSTR *pEmail);
3493 HRESULT WINAPI IPerson_put_Email_Proxy(IPerson *This,BSTR varEmail);
3495 HRESULT WINAPI IPerson_get_Email2_Proxy(IPerson *This,BSTR *pEmail2);
3497 HRESULT WINAPI IPerson_put_Email2_Proxy(IPerson *This,BSTR varEmail2);
3499 HRESULT WINAPI IPerson_get_Email3_Proxy(IPerson *This,BSTR *pEmail3);
3501 HRESULT WINAPI IPerson_put_Email3_Proxy(IPerson *This,BSTR varEmail3);
3503 HRESULT WINAPI IPerson_GetVCardStream_Proxy(IPerson *This,_Stream **Stream);
3505 HRESULT WINAPI IPerson_GetInterface_Proxy(IPerson *This,BSTR Interface,IDispatch **ppUnknown);
3507 HRESULT WINAPI IPerson_get_WorkStreet_Proxy(IPerson *This,BSTR *pWorkStreet);
3509 HRESULT WINAPI IPerson_put_WorkStreet_Proxy(IPerson *This,BSTR varWorkStreet);
3511 HRESULT WINAPI IPerson_get_WorkCity_Proxy(IPerson *This,BSTR *pWorkCity);
3513 HRESULT WINAPI IPerson_put_WorkCity_Proxy(IPerson *This,BSTR varWorkCity);
3515 HRESULT WINAPI IPerson_get_WorkCountry_Proxy(IPerson *This,BSTR *pWorkCountry);
3517 HRESULT WINAPI IPerson_put_WorkCountry_Proxy(IPerson *This,BSTR varWorkCountry);
3519 HRESULT WINAPI IPerson_get_WorkPostalCode_Proxy(IPerson *This,BSTR *pWorkPostalCode);
3521 HRESULT WINAPI IPerson_put_WorkPostalCode_Proxy(IPerson *This,BSTR varWorkPostalCode);
3523 HRESULT WINAPI IPerson_get_WorkPostOfficeBox_Proxy(IPerson *This,BSTR *pWorkPostOfficeBox);
3525 HRESULT WINAPI IPerson_put_WorkPostOfficeBox_Proxy(IPerson *This,BSTR varWorkPostOfficeBox);
3527 HRESULT WINAPI IPerson_get_WorkPostalAddress_Proxy(IPerson *This,BSTR *varWorkPostalAddress);
3529 HRESULT WINAPI IPerson_get_WorkState_Proxy(IPerson *This,BSTR *pWorkState);
3531 HRESULT WINAPI IPerson_put_WorkState_Proxy(IPerson *This,BSTR varWorkState);
3533 HRESULT WINAPI IPerson_get_WorkPager_Proxy(IPerson *This,BSTR *pWorkPager);
3535 HRESULT WINAPI IPerson_put_WorkPager_Proxy(IPerson *This,BSTR varWorkPager);
3537 HRESULT WINAPI IPerson_get_HomeStreet_Proxy(IPerson *This,BSTR *pHomeStreet);
3539 HRESULT WINAPI IPerson_put_HomeStreet_Proxy(IPerson *This,BSTR varHomeStreet);
3541 HRESULT WINAPI IPerson_get_HomeCity_Proxy(IPerson *This,BSTR *pHomeCity);
3543 HRESULT WINAPI IPerson_put_HomeCity_Proxy(IPerson *This,BSTR varHomeCity);
3545 HRESULT WINAPI IPerson_get_HomeCountry_Proxy(IPerson *This,BSTR *pHomeCountry);
3547 HRESULT WINAPI IPerson_put_HomeCountry_Proxy(IPerson *This,BSTR varHomeCountry);
3549 HRESULT WINAPI IPerson_get_HomePostalCode_Proxy(IPerson *This,BSTR *pHomePostalCode);
3551 HRESULT WINAPI IPerson_put_HomePostalCode_Proxy(IPerson *This,BSTR varHomePostalCode);
3553 HRESULT WINAPI IPerson_get_HomePostOfficeBox_Proxy(IPerson *This,BSTR *pHomePostOfficeBox);
3555 HRESULT WINAPI IPerson_put_HomePostOfficeBox_Proxy(IPerson *This,BSTR varHomePostOfficeBox);
3557 HRESULT WINAPI IPerson_get_HomePostalAddress_Proxy(IPerson *This,BSTR *varHomePostalAddress);
3559 HRESULT WINAPI IPerson_get_HomeState_Proxy(IPerson *This,BSTR *pHomeState);
3561 HRESULT WINAPI IPerson_put_HomeState_Proxy(IPerson *This,BSTR varHomeState);
3563 HRESULT WINAPI IPerson_get_HomeFax_Proxy(IPerson *This,BSTR *pHomeFax);
3565 HRESULT WINAPI IPerson_put_HomeFax_Proxy(IPerson *This,BSTR varHomeFax);
3567 HRESULT WINAPI IPerson_get_MiddleName_Proxy(IPerson *This,BSTR *pMiddleName);
3569 HRESULT WINAPI IPerson_put_MiddleName_Proxy(IPerson *This,BSTR varMiddleName);
3571 HRESULT WINAPI IPerson_get_Initials_Proxy(IPerson *This,BSTR *pInitials);
3573 HRESULT WINAPI IPerson_put_Initials_Proxy(IPerson *This,BSTR varInitials);
3575 HRESULT WINAPI IPerson_get_EmailAddresses_Proxy(IPerson *This,VARIANT *pEmailAddresses);
3577 HRESULT WINAPI IPerson_put_EmailAddresses_Proxy(IPerson *This,VARIANT varEmailAddresses);
3579 HRESULT WINAPI IPerson_get_Company_Proxy(IPerson *This,BSTR *pCompany);
3581 HRESULT WINAPI IPerson_put_Company_Proxy(IPerson *This,BSTR varCompany);
3583 HRESULT WINAPI IPerson_get_Title_Proxy(IPerson *This,BSTR *pTitle);
3585 HRESULT WINAPI IPerson_put_Title_Proxy(IPerson *This,BSTR varTitle);
3595 virtual HRESULT WINAPI get_Fields(Fields **varFields) = 0;
3596 virtual HRESULT WINAPI get_Configuration(IConfiguration **pConfiguration) = 0;
3597 virtual HRESULT WINAPI put_Configuration(IConfiguration *varConfiguration) = 0;
3598 virtual HRESULT WINAPI putref_Configuration(IConfiguration *varConfiguration) = 0;
3599 virtual HRESULT WINAPI get_DisplayName(BSTR *pDisplayName) = 0;
3600 virtual HRESULT WINAPI put_DisplayName(BSTR varDisplayName) = 0;
3601 virtual HRESULT WINAPI get_EmailAddress(BSTR *pEmailAddress) = 0;
3602 virtual HRESULT WINAPI put_EmailAddress(BSTR varEmailAddress) = 0;
3603 virtual HRESULT WINAPI get_DataSource(IDataSource **varDataSource) = 0;
3604 virtual HRESULT WINAPI get_DirURL(BSTR *varDirURL) = 0;
3605 virtual HRESULT WINAPI get_ResolvedStatus(CdoResolvedStatus *pResolvedStatus) = 0;
3606 virtual HRESULT WINAPI put_ResolvedStatus(CdoResolvedStatus varResolvedStatus) = 0;
3607 virtual HRESULT WINAPI get_ContentClass(BSTR *varContentClass) = 0;
3608 virtual HRESULT WINAPI get_AmbiguousNames(IAddressees **varAmbiguousNames) = 0;
3609 virtual HRESULT WINAPI GetInterface(BSTR Interface,IDispatch **ppUnknown) = 0;
3610 virtual HRESULT WINAPI GetFreeBusy(DATE StartTime,DATE EndTime,__LONG32 Interval,BSTR HTTPHost,BSTR VRoot,BSTR UserName,BSTR Password,BSTR *pbstrRet) = 0;
3611 virtual HRESULT WINAPI CheckName(BSTR Directory,BSTR UserName,BSTR Password,VARIANT_BOOL *pBRet) = 0;
3616 HRESULT (WINAPI *QueryInterface)(IAddressee *This,REFIID riid,void **ppvObject);
3617 ULONG (WINAPI
3618 ULONG (WINAPI *Release)(IAddressee *This);
3619 HRESULT (WINAPI *GetTypeInfoCount)(IAddressee *This,UINT *pctinfo);
3620 HRESULT (WINAPI *GetTypeInfo)(IAddressee *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
3621 HRESULT (WINAPI *GetIDsOfNames)(IAddressee *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
3622 HRESULT (WINAPI *Invoke)(IAddressee *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
3623 HRESULT (WINAPI *get_Fields)(IAddressee *This,Fields **varFields);
3624 HRESULT (WINAPI *get_Configuration)(IAddressee *This,IConfiguration **pConfiguration);
3625 HRESULT (WINAPI *put_Configuration)(IAddressee *This,IConfiguration *varConfiguration);
3626 HRESULT (WINAPI *putref_Configuration)(IAddressee *This,IConfiguration *varConfiguration);
3627 HRESULT (WINAPI *get_DisplayName)(IAddressee *This,BSTR *pDisplayName);
3628 HRESULT (WINAPI *put_DisplayName)(IAddressee *This,BSTR varDisplayName);
3629 HRESULT (WINAPI *get_EmailAddress)(IAddressee *This,BSTR *pEmailAddress);
3630 HRESULT (WINAPI *put_EmailAddress)(IAddressee *This,BSTR varEmailAddress);
3631 HRESULT (WINAPI *get_DataSource)(IAddressee *This,IDataSource **varDataSource);
3632 HRESULT (WINAPI *get_DirURL)(IAddressee *This,BSTR *varDirURL);
3633 HRESULT (WINAPI *get_ResolvedStatus)(IAddressee *This,CdoResolvedStatus *pResolvedStatus);
3634 HRESULT (WINAPI *put_ResolvedStatus)(IAddressee *This,CdoResolvedStatus varResolvedStatus);
3635 HRESULT (WINAPI *get_ContentClass)(IAddressee *This,BSTR *varContentClass);
3636 HRESULT (WINAPI *get_AmbiguousNames)(IAddressee *This,IAddressees **varAmbiguousNames);
3637 HRESULT (WINAPI *GetInterface)(IAddressee *This,BSTR Interface,IDispatch **ppUnknown);
3638 HRESULT (WINAPI *GetFreeBusy)(IAddressee *This,DATE StartTime,DATE EndTime,__LONG32 Interval,BSTR HTTPHost,BSTR VRoot,BSTR UserName,BSTR Password,BSTR *pbstrRet);
3639 HRESULT (WINAPI *CheckName)(IAddressee *This,BSTR Directory,BSTR UserName,BSTR Password,VARIANT_BOOL *pBRet);
3672 HRESULT WINAPI IAddressee_get_Fields_Proxy(IAddressee *This,Fields **varFields);
3674 HRESULT WINAPI IAddressee_get_Configuration_Proxy(IAddressee *This,IConfiguration **pConfiguration);
3676 HRESULT WINAPI IAddressee_put_Configuration_Proxy(IAddressee *This,IConfiguration *varConfiguration);
3678 HRESULT WINAPI IAddressee_putref_Configuration_Proxy(IAddressee *This,IConfiguration *varConfiguration);
3680 HRESULT WINAPI IAddressee_get_DisplayName_Proxy(IAddressee *This,BSTR *pDisplayName);
3682 HRESULT WINAPI IAddressee_put_DisplayName_Proxy(IAddressee *This,BSTR varDisplayName);
3684 HRESULT WINAPI IAddressee_get_EmailAddress_Proxy(IAddressee *This,BSTR *pEmailAddress);
3686 HRESULT WINAPI IAddressee_put_EmailAddress_Proxy(IAddressee *This,BSTR varEmailAddress);
3688 HRESULT WINAPI IAddressee_get_DataSource_Proxy(IAddressee *This,IDataSource **varDataSource);
3690 HRESULT WINAPI IAddressee_get_DirURL_Proxy(IAddressee *This,BSTR *varDirURL);
3692 HRESULT WINAPI IAddressee_get_ResolvedStatus_Proxy(IAddressee *This,CdoResolvedStatus *pResolvedStatus);
3694 HRESULT WINAPI IAddressee_put_ResolvedStatus_Proxy(IAddressee *This,CdoResolvedStatus varResolvedStatus);
3696 HRESULT WINAPI IAddressee_get_ContentClass_Proxy(IAddressee *This,BSTR *varContentClass);
3698 HRESULT WINAPI IAddressee_get_AmbiguousNames_Proxy(IAddressee *This,IAddressees **varAmbiguousNames);
3700 HRESULT WINAPI IAddressee_GetInterface_Proxy(IAddressee *This,BSTR Interface,IDispatch **ppUnknown);
3702 HRESULT WINAPI IAddressee_GetFreeBusy_Proxy(IAddressee *This,DATE StartTime,DATE EndTime,__LONG32 Interval,BSTR HTTPHost,BSTR VRoot,BSTR UserName,BSTR Password,BSTR *pbstrRet);
3704 HRESULT WINAPI IAddressee_CheckName_Proxy(IAddressee *This,BSTR Directory,BSTR UserName,BSTR Password,VARIANT_BOOL *pBRet);
3714 virtual HRESULT WINAPI get_Item(__LONG32 Index,IAddressee **Value) = 0;
3715 virtual HRESULT WINAPI get_Count(__LONG32 *Count) = 0;
3716 virtual HRESULT WINAPI get__NewEnum(IUnknown **Unknown) = 0;
3721 HRESULT (WINAPI *QueryInterface)(IAddressees *This,REFIID riid,void **ppvObject);
3722 ULONG (WINAPI *AddRef)(IAddressees *This);
3723 ULONG (WINAPI *Release)(IAddressees *This);
3724 HRESULT (WINAPI *GetTypeInfoCount)(IAddressees *This,UINT *pctinfo);
3725 HRESULT (WINAPI *GetTypeInfo)(IAddressees *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
3726 HRESULT (WINAPI *GetIDsOfNames)(IAddressees *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
3727 HRESULT (WINAPI *Invoke)(IAddressees *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
3728 HRESULT (WINAPI *get_Item)(IAddressees *This,__LONG32 Index,IAddressee **Value);
3729 HRESULT (WINAPI *get_Count)(IAddressees *This,__LONG32 *Count);
3730 HRESULT (WINAPI *get__NewEnum)(IAddressees *This,IUnknown **Unknown);
3749 HRESULT WINAPI IAddressees_get_Item_Proxy(IAddressees *This,__LONG32 Index,IAddressee **Value);
3751 HRESULT WINAPI IAddressees_get_Count_Proxy(IAddressees *This,__LONG32 *Count);
3753 HRESULT WINAPI IAddressees_get__NewEnum_Proxy(IAddressees *This,IUnknown **Unknown);
3763 virtual HRESULT WINAPI GetInterface(BSTR Interface,IDispatch **ppUnknown) = 0;
3764 virtual HRESULT WINAPI GetInterfaceInner(BSTR Interface,IDispatch **ppUnknown) = 0;
3769 HRESULT (WINAPI *QueryInterface)(IGetInterface *This,REFIID riid,void **ppvObject);
3770 ULONG (WINAPI *AddRef)(IGetInterface *This);
3771 ULONG (WINAPI *Release)(IGetInterface *This);
3772 HRESULT (WINAPI *GetInterface)(IGetInterface *This,BSTR Interface,IDispatch **ppUnknown);
3773 HRESULT (WINAPI *GetInterfaceInner)(IGetInterface *This,BSTR Interface,IDispatch **ppUnknown);
3787 HRESULT WINAPI IGetInterface_GetInterface_Proxy(IGetInterface *This,BSTR Interface,IDispatch **ppUnknown);
3789 HRESULT WINAPI IGetInterface_GetInterfaceInner_Proxy(IGetInterface *This,BSTR Interface,IDispatch **ppUnknown);