"Fossies" - the Fresh Open Source Software archive

Member "evolution-brutus-1.2.35/idl/IDistList.idl" of archive evolution-brutus-1.2.35.tar.gz:


/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */

/*
 *  Copyright (C) 2008 OMC Denmark ApS.
 *
 *  This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU Affero General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU Affero General Public License for more details.
 *
 *  You should have received a copy of the GNU Affero General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#ifndef F2T_IDISTLIST_DEF
#define F2T_IDISTLIST_DEF

#pragma prefix "omc.brutus"

#include "IMAPIContainer.idl"

module BRUTUS {

        interface IDistList : IMAPIContainer {
                BRESULT CreateEntry(in ENTRYID lpEntryID,                  
                                    in BDEFINE ulCreateFlags,              
                                    out IMAPIProp lppMAPIPropEntry);

                BRESULT CopyEntries(in SBinaryArray lpEntries,                  
                                    in IMAPIProgress lpProgress,                 
                                    in BDEFINE ulFlags);

                BRESULT DeleteEntries(in SBinaryArray lpEntries,                  
                                      in BDEFINE ulFlags);

                BRESULT ResolveNames(in SPropTagArray lpPropTagArray,             
                                     in BDEFINE ulFlags,                    
                                     inout ADRLIST lpAdrList,                  
                                     out seq_BDEFINE lpFlagList);
        };

}; // End of module BRUTUS


#endif