Ejemplo n.º 1
0
		public NetOffice.OutlookApi.Recipient GetRecipientFromID(string entryID)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(entryID);
			object returnItem = Invoker.MethodReturn(this, "GetRecipientFromID", paramsArray);
			NetOffice.OutlookApi.Recipient newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem,NetOffice.OutlookApi.Recipient.LateBindingApiWrapperType) as NetOffice.OutlookApi.Recipient;
			return newObject;
		}
Ejemplo n.º 2
0
		public NetOffice.OutlookApi.MAPIFolder GetSharedDefaultFolder(NetOffice.OutlookApi.Recipient recipient, NetOffice.OutlookApi.Enums.OlDefaultFolders folderType)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(recipient, folderType);
			object returnItem = Invoker.MethodReturn(this, "GetSharedDefaultFolder", paramsArray);
			NetOffice.OutlookApi.MAPIFolder newObject = Factory.CreateObjectFromComProxy(this,returnItem) as NetOffice.OutlookApi.MAPIFolder;
			return newObject;
		}
Ejemplo n.º 3
0
        public NetOffice.OutlookApi.Recipient CreateRecipient(string recipientName)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(recipientName);
            object   returnItem  = Invoker.MethodReturn(this, "CreateRecipient", paramsArray);

            NetOffice.OutlookApi.Recipient newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.OutlookApi.Recipient.LateBindingApiWrapperType) as NetOffice.OutlookApi.Recipient;
            return(newObject);
        }
Ejemplo n.º 4
0
        public NetOffice.OutlookApi.Recipient GetMember(Int32 index)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(index);
            object   returnItem  = Invoker.MethodReturn(this, "GetMember", paramsArray);

            NetOffice.OutlookApi.Recipient newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.OutlookApi.Recipient.LateBindingApiWrapperType) as NetOffice.OutlookApi.Recipient;
            return(newObject);
        }
 public NetOffice.OutlookApi.MAPIFolder GetSharedDefaultFolder(NetOffice.OutlookApi.Recipient recipient, NetOffice.OutlookApi.Enums.OlDefaultFolders folderType)
 {
     return(Factory.ExecuteBaseReferenceMethodGet <NetOffice.OutlookApi.MAPIFolder>(this, "GetSharedDefaultFolder", recipient, folderType));
 }
Ejemplo n.º 6
0
 public void RemoveMember(NetOffice.OutlookApi.Recipient recipient)
 {
     Factory.ExecuteMethod(this, "RemoveMember", recipient);
 }
Ejemplo n.º 7
0
 public void RemoveMember(NetOffice.OutlookApi.Recipient recipient)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(recipient);
     Invoker.Method(this, "RemoveMember", paramsArray);
 }