net.rgielen.com4j.office2010.office.MsoSearchIn Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
/**
*/
public enum MsoSearchIn {
/**
*
* The value of this constant is 0
*
*/
msoSearchInMyComputer, // 0
/**
*
* The value of this constant is 1
*
*/
msoSearchInOutlook, // 1
/**
*
* The value of this constant is 2
*
*/
msoSearchInMyNetworkPlaces, // 2
/**
*
* The value of this constant is 3
*
*/
msoSearchInCustom, // 3
}