Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Index and length must refer to a location within the string" when using SINCE 24-Apr-2019 #43

Open
d668 opened this issue Apr 27, 2019 · 1 comment

Comments

@d668
Copy link

d668 commented Apr 27, 2019

Suddenly I have this exception after few days of app working fine

{System.ArgumentOutOfRangeException: Index and length must refer to a location within the string.
Parameter name: length
   at System.String.Substring(Int32 startIndex, Int32 length)
   at ActiveUp.Net.Mail.Fetch.ExtractMessageFromReponse(String response)
   at ActiveUp.Net.Mail.Fetch.MessageString(Int32 messageOrdinal)
   at ActiveUp.Net.Mail.Mailbox.SearchParse(String query)
...
}
@d668
Copy link
Author

d668 commented Apr 27, 2019

I identified the message that causes the error, some spam rubbish

Delivered-To: [email protected]
Received: by 2002:a9d:3d85:0:0:0:0:0 with SMTP id l5csp463077otc;
        Fri, 26 Apr 2019 02:19:04 -0700 (PDT)
X-Google-Smtp-Source: APXvYqw+32vUpM4wgx47Wc9ju4KlTRTzcHNjGe1rJuL5Z4ffnxil+5P0XXpQIe/6fETD8A22VCYT
X-Received: by 2002:a81:ac1b:: with SMTP id k27mr24794833ywh.205.1556270344621;
        Fri, 26 Apr 2019 02:19:04 -0700 (PDT)
ARC-Seal: i=1; a=rsa-sha256; t=1556270344; cv=none;
        d=google.com; s=arc-20160816;
        b=r7TvDdpYjolwci0JM062O1rlnJjiN3H7tL38G8UAVO5+eBWwteaQjtVFFtmYOnOXGL
         3hnlE5KGDR5jsVMiMEFeufj8OLe2iLosmAXAutqZkZmQbGy4vCDXZb36Ef7P1YKnOpSA
         wydP9SvOEN1yC9gwvtebgPrsCEjIizEasoDoNEjSTKD+KXClmIuzeWGddFdtY87U/R61
         8U6PzgzN9fZwpTtbh4bXJq6Ap7JovcsCO+ohrvXqaA6PEJ8tMdi5Dxf/IsoN4i891/Sn
         DxxTIZjJe68J1jnxMB19DEAiMi/MLuIFNh20z6ibyEs/fBQKBdHrrhrvIo/yf6CLRX5g
         k6Mw==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816;
        h=mime-version:list-unsubscribe:precedence:message-id:subject
         :reply-to:from:to:date:dkim-signature:dkim-filter;
        bh=kcTQL2HKl+aDF3xE5xctB6FexL99shvM+WHkipKW/HM=;
        b=d0+/hlWS4tSOWw0KxMD3lRa0REy+1bXPR6D88f41bJPqpUQRYvrfQkSMHnUoIG5URx
         CXoRReNszjPq6ZZbzzkKehzIWSF27SiqPKDu+LEgK4U92MmKWxhyb1RkcAen2RfZ0Z1m
         QDsgjEZXxfB66LiAf+1vV23eIPsgVHH1irQBhpyZe8IQCs2/1Tw6MQAKCRinGn1qsHlK
         K1JwaW3NXCAoxuZFuXjJfOMPS6OhOGt9QloMeza7w08IQxUS15z1yAtbPIe7Y1cuI5Vh
         wJvJIGTPs0M+5+/3Cl3Is3F5TVh1VQi5b15hyDfQDc6Trv0LDP3WT4JJrKgvCC4L5YjM
         BU2A==
ARC-Authentication-Results: i=1; mx.google.com;
       dkim=pass [email protected] header.s=default header.b=CniPqQKT;
       spf=pass (google.com: domain of srs0+pcjo=s4=mk2.myamazers.in=bounce-2532-59762-mghmg=adspy.com@eforward3a.registrar-servers.com designates 38.101.213.204 as permitted sender) smtp.mailfrom="SRS0+PCJO=S4=mk2.myamazers.in=bounce-2532-59762-mghmg=adspy.com@eforward3a.registrar-servers.com";
       dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=gmail.com
Return-Path: <SRS0+PCJO=S4=mk2.myamazers.in=bounce-2532-59762-mghmg=adspy.com@eforward3a.registrar-servers.com>
Received: from eforward3a.registrar-servers.com (eforward3a.registrar-servers.com. [38.101.213.204])
        by mx.google.com with ESMTPS id j185si16532124ywf.341.2019.04.26.02.19.04
        for <[email protected]>
        (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
        Fri, 26 Apr 2019 02:19:04 -0700 (PDT)
Received-SPF: pass (google.com: domain of srs0+pcjo=s4=mk2.myamazers.in=bounce-2532-59762-mghmg=adspy.com@eforward3a.registrar-servers.com designates 38.101.213.204 as permitted sender) client-ip=38.101.213.204;
Authentication-Results: mx.google.com;
       dkim=pass [email protected] header.s=default header.b=CniPqQKT;
       spf=pass (google.com: domain of srs0+pcjo=s4=mk2.myamazers.in=bounce-2532-59762-mghmg=adspy.com@eforward3a.registrar-servers.com designates 38.101.213.204 as permitted sender) smtp.mailfrom="SRS0+PCJO=S4=mk2.myamazers.in=bounce-2532-59762-mghmg=adspy.com@eforward3a.registrar-servers.com";
       dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=gmail.com
Received: from se14.registrar-servers.com (se14.registrar-servers.com [198.54.122.194]) by eforward3a.registrar-servers.com (Postfix) with ESMTP id 54115421B4D for <[email protected]>; Fri, 26 Apr 2019 05:19:04 -0400 (EDT)
DKIM-Filter: OpenDKIM Filter v2.11.0 eforward3a.registrar-servers.com 54115421B4D
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=registrar-servers.com; s=default; t=1556270344; bh=kcTQL2HKl+aDF3xE5xctB6FexL99shvM+WHkipKW/HM=; h=Date:To:From:Reply-to:Subject:List-Unsubscribe; b=CniPqQKTe/Eg8RqOZARQDEp4Q8wseafHRFdGhF4jkgDYxahUzDIiosTz+H0M8q09w
	 3FO8Yx+fcm6KfTD4WUrBqNqgrhEPEIbzdHde9i2Fa7auHDqj2x+urosczdppnS/2Gb
	 1o54J10EGZNhAFzE5XifiadwYbiniSoFsbYY/F0Y=
Received: from ns2.ajnaradaffodil.in ([108.166.183.169]) by se14.registrar-servers.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.89) (envelope-from <[email protected]>) id 1hJx0X-0005gs-Hg for [email protected]; Fri, 26 Apr 2019 02:19:03 -0700
Date: Fri, 26 Apr 2019 14:49:02 +0530
To: [email protected]
From: Philip Roy <[email protected]>
Reply-to: Philip Roy <[email protected]>
Subject: Upgrade your business by getting it ISO 9001/14001/18001 Certified or any ISO series of certification
Message-ID: <[email protected]>
X-Priority: 3
X-MTS: g0nIyYzN5UjI6IyYiwiIyMTNyIiOiUnIsIyN1QTOyAjM2ATMiojIzJCLiIzMykDNxIiOi0mIsIyM3cDNiojIsJyeuETR
Precedence: bulk
List-Unsubscribe: <mailto:[email protected]?subject=Unsubscribe&body=X-MTS: g0nIyYzN5UjI6IyYiwiIyMTNyIiOiUnIsIyN1QTOyAjM2ATMiojIzJCLiIzMykDNxIiOi0mIsIyM3cDNiojIsJyeuETR>,<http://trk2.myamazers.in/unsubscribe-me?uid=g0nIyYzN5UjI6IyYiwiIyMTNyIiOiUnIsIyN1QTOyAjM2ATMiojIzJCLiIzMykDNxIiOi0mIsIyM3cDNiojIsJyeuETR>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="b1_df6ca623924d532b78a4526c10503c7e"
Received-SPF: pass (se14.registrar-servers.com: domain of mk2.myamazers.in designates 108.166.183.169 as permitted sender) client-ip=108.166.183.169; [email protected]; helo=ns2.ajnaradaffodil.in;
X-SPF-Result: se14.registrar-servers.com: domain of mk2.myamazers.in designates 108.166.183.169 as permitted sender
Authentication-Results: se14.registrar-servers.com; dmarc=none header.from=gmail.com
Authentication-Results: registrar-servers.com; spf=pass [email protected]
X-Filter-Label: newsletter
X-SpamExperts-Class: ham
X-SpamExperts-Evidence: Combined (0.01)
X-Recommended-Action: accept
X-Filter-ID: PqwsvolAWURa0gwxuN3S5aQEWMcqiTxkIruNsjY2dJp7XGaGEL72N7sBdvOgmUNYySAvy2rVMMCN 32bDbq6OWAqlq7GTPt8+wP6tlKrCpJ9s0RT2TfLJTbNrS8tFx3RnEiLYF+TJLFSq2jRgH3fKbZ+Y wu6m/xcF82cCJclM9mWXVfPt0uAo8Y1OfblEkepnfcF0/tG9/C2/qotyHDfWdLJefidh+qKFjp0n JJiQCV0yVRLR1ArValUv7zCidwMIO4lZptLxQMKEXTsptuYY/s9ai/fEL0YhCOSy0uJ4FJOrnsgb QiIibtsgYcoc8kejHHASJNUmoOHSoqgqxfHmWYqC1LhiFI0ADlYFiKSylK8Lp9QmJP6E19wotHeD hZoy8Zf45t9pTrCEvzGr/Ef5q3syFMyRibh35fUGz9A0wQ3WkwSWWEhLYe8i5MX0mz1VeBY3LaRQ nu7GAef7rEBCv8rjsTLZYqYC8CSodJLRL2k+q/NSjJqBICEIcN/cXLwyLAK77q+kxpjkqg8JD0oK 5cxRl+xMzIYgPR5l7FlE4hjr0MAakNrPf0Tqi4W5TKp3SUD4k3C0MhMHISMlPxVZcjkjHv8L1XCo 8f/lClCdnQEqrU0W1xFswHiCaWyhDCEczETsHAZwp+aefyIS1OJ22C3WxOLiPGqQSKuRTM4xxo8N oX2kYhvOJDvDimnrGbOG+8F8DoMnUQrU2iSvLEyUJoL62Hob+Y70rAZZ3usNdpKLs0geJW9W0I/g 2YSBFyU2DmNQZghmCe2rgIImZQaUxdq1h3C6m/BCsMepGtC7knYYtLBaiJPCWwNiyRE5dvUB0knY p9uvj2dsg6ivWDgeEMv5FFbv1xqNfy29xcYzjNq2ukdP4U+X0nzGH3VVWk1F2L9oBKOZ0FLgWhHc d/JeCETvwCtz6LF1vuBFU4oPYus6E/m56FNmcYIzKp5yVmMt4odGWrcf2ChIlftl0Oojsw==
X-Report-Abuse-To: [email protected]

--b1_df6ca623924d532b78a4526c10503c7e
Content-Type: text/plain; charset = "utf-8"
Content-Transfer-Encoding: 8bit

INTERNATIONAL QUALITY MANAGEMENT SYSTEMOffice Address: 404, Sai Arcade, Above Union Bank, Mulund west. Mumbai 400080Corporate office : 29,Thirupati apt, Navghar road, Bhayandar east. Mumbai- 401105 Mobile: 09967252712/09867929079Email: [email protected]/ [email protected]  website- www.isplcert.com, www.isoindia.com  Sub:- Certify Your Company with new ISO 9001 Standard !!!A new version of ISO standard,   ISO 9001:2015, has been launched, replacing the previous version (ISO 9001:2008).A new version of ISO standard,   ISO 14001:2015, has been launched, replacing the previous version (ISO 14001:2004).                         Accreditation of :- International Accreditation Service (IAS- United states)/  DAC (Dubai Accreditation)/ UK (United kingdom accreditation), QABCB (UK accreditation), JAS-ANZ etc.ONLY DEALS WITH IAF, IAB ACCREDITED, APPROVED ISO CERTIFICATES·   ISO 9001:2015 can be attained for / IT/Trader/ Manufacturer/
Clinic/ Dentist/ Builder/ School/ Metal Company/ Chemical Supplier/Engg/ Service Co… etc   Other ISO Certification like:- ISO 14001:2015 (Environment Management system)OHSAS 18001:2007 (Work safety Certification)/ ISO 22000:2005 (Food safety management) /   ISO 13485:2003 (Quality management systems for medical devices)/ ISO 27001:2013(Information security management system)/ GMP (Good Manufacturing Practice) / .HACCP/HALAL/ SA8000  etc… In Collaboration With Other CBs. Services Include :- Preparation of documents,(Quality Manual/Procedures), Assessment, Auditing, Certification, Renewal of ISO certificate. To get more details on cost, procedure and time frame you can also call our representative for further discussion.Please mail us at :- [email protected] / [email protected] & Regards,  Robin Mathew  (Manager)INTERNATIONAL QUALITY MANAGEMENT SYSTEMRobin Mathew- 09967252712 / 09867929079   Click here to Unsubscribe


--b1_df6ca623924d532b78a4526c10503c7e
Content-Type: text/html; charset = "utf-8"
Content-Transfer-Encoding: 8bit

<meta http-equiv="Content-Type" content="text/html; charset=unicode" /><meta name="ProgId" content="Word.Document" /><meta name="Generator" content="Microsoft Word 14" /><meta name="Originator" content="Microsoft Word 14" /><link rel="File-List" href="http://trk2.myamazers.in/NEW%20ISO%20mail_files/filelist.xml" /> <!--[if gte mso 9]><xml> <o:DocumentProperties>  <o:Author>Sigma</o:Author>  <o:Template>Normal</o:Template>  <o:LastAuthor>Admin</o:LastAuthor>  <o:Revision>11</o:Revision>  <o:TotalTime>21</o:TotalTime>  <o:Created>2017-05-25T10:52:00Z</o:Created>  <o:LastSaved>2018-08-27T06:12:00Z</o:LastSaved>  <o:Pages>1</o:Pages>  <o:Words>429</o:Words>  <o:Characters>2450</o:Characters>  <o:Lines>20</o:Lines>  <o:Paragraphs>5</o:Paragraphs>  <o:CharactersWithSpaces>2874</o:CharactersWithSpaces>  <o:Version>14.00</o:Version> </o:DocumentProperties> <o:OfficeDocumentSettings>  <o:AllowPNG/> </o:OfficeDocumentSettings></xml><![endif]--> <link rel="themeData"
href="http://trk2.myamazers.in/NEW%20ISO%20mail_files/themedata.thmx" /> <link rel="colorSchemeMapping" href="http://trk2.myamazers.in/NEW%20ISO%20mail_files/colorschememapping.xml" /> <!--[if gte mso 9]><xml> <w:WordDocument>  <w:Zoom>110</w:Zoom>  <w:SpellingState>Clean</w:SpellingState>  <w:GrammarState>Clean</w:GrammarState>  <w:TrackMoves>false</w:TrackMoves>  <w:TrackFormatting/>  <w:ValidateAgainstSchemas/>  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>  <w:DoNotPromoteQF/>  <w:LidThemeOther>EN-US</w:LidThemeOther>  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>  <w:Compatibility>   <w:BreakWrappedTables/>   <w:SplitPgBreakAndParaMark/>  </w:Compatibility>  <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>  <m:mathPr>   <m:mathFont m:val="Cambria Math"/>   <m:brkBin m:val="before"/>  
<m:brkBinSub m:val="&#45;-"/>   <m:smallFrac m:val="off"/>   <m:dispDef/>   <m:lMargin m:val="0"/>   <m:rMargin m:val="0"/>   <m:defJc m:val="centerGroup"/>   <m:wrapIndent m:val="1440"/>   <m:intLim m:val="subSup"/>   <m:naryLim m:val="undOvr"/>  </m:mathPr></w:WordDocument></xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"  DefSemiHidden="true" DefQFormat="false" DefPriority="99"  LatentStyleCount="267">  <w:LsdException Locked="false" Priority="0" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Normal"/>  <w:LsdException Locked="false" Priority="9" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>  <w:LsdException Locked="false" Priority="9"
QFormat="true" Name="heading 5"/>  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>  <w:LsdException Locked="false" Priority="39" Name="toc 1"/>  <w:LsdException Locked="false" Priority="39" Name="toc 2"/>  <w:LsdException Locked="false" Priority="39" Name="toc 3"/>  <w:LsdException Locked="false" Priority="39" Name="toc 4"/>  <w:LsdException Locked="false" Priority="39" Name="toc 5"/>  <w:LsdException Locked="false" Priority="39" Name="toc 6"/>  <w:LsdException Locked="false" Priority="39" Name="toc 7"/>  <w:LsdException Locked="false" Priority="39" Name="toc 8"/>  <w:LsdException Locked="false" Priority="39" Name="toc 9"/>  <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>  <w:LsdException
Locked="false" Priority="10" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Title"/>  <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>  <w:LsdException Locked="false" Priority="11" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>  <w:LsdException Locked="false" Priority="22" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Strong"/>  <w:LsdException Locked="false" Priority="20" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>  <w:LsdException Locked="false" Priority="59" SemiHidden="false"   UnhideWhenUsed="false" Name="Table Grid"/>  <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>  <w:LsdException Locked="false" Priority="1" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>  <w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading"/>  <w:LsdException
Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List"/>  <w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid"/>  <w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1"/>  <w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2"/>  <w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1"/>  <w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2"/>  <w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1"/>  <w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2"/>  <w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid
3"/>  <w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List"/>  <w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading"/>  <w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List"/>  <w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid"/>  <w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 1"/>  <w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 1"/>  <w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 1"/>  <w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>  <w:LsdException Locked="false" Priority="64"
SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>  <w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>  <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>  <w:LsdException Locked="false" Priority="34" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>  <w:LsdException Locked="false" Priority="29" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Quote"/>  <w:LsdException Locked="false" Priority="30" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>  <w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>  <w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>  <w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium
Grid 2 Accent 1"/>  <w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>  <w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 1"/>  <w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>  <w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 1"/>  <w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>  <w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 2"/>  <w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 2"/>  <w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 2"/> 
<w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>  <w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>  <w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>  <w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>  <w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>  <w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>  <w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>  <w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 2"/>  <w:LsdException
Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>  <w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 2"/>  <w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>  <w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 3"/>  <w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 3"/>  <w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 3"/>  <w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>  <w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>  <w:LsdException Locked="false"
Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>  <w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>  <w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>  <w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>  <w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>  <w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 3"/>  <w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>  <w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 3"/>  <w:LsdException Locked="false" Priority="73"
SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>  <w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 4"/>  <w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 4"/>  <w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 4"/>  <w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>  <w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>  <w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>  <w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>  <w:LsdException Locked="false" Priority="67" SemiHidden="false"  
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>  <w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>  <w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>  <w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 4"/>  <w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>  <w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 4"/>  <w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>  <w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 5"/>  <w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false"
Name="Light List Accent 5"/>  <w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 5"/>  <w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>  <w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>  <w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>  <w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>  <w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>  <w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>  <w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3
Accent 5"/>  <w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 5"/>  <w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>  <w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 5"/>  <w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>  <w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 6"/>  <w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 6"/>  <w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 6"/>  <w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/> 
<w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>  <w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>  <w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>  <w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>  <w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>  <w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>  <w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 6"/>  <w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>  <w:LsdException
Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 6"/>  <w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>  <w:LsdException Locked="false" Priority="19" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>  <w:LsdException Locked="false" Priority="21" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>  <w:LsdException Locked="false" Priority="31" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>  <w:LsdException Locked="false" Priority="32" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>  <w:LsdException Locked="false" Priority="33" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>  <w:LsdException Locked="false" Priority="37" Name="Bibliography"/>  <w:LsdException Locked="false" Priority="39"
QFormat="true" Name="TOC Heading"/> </w:LatentStyles></xml><![endif]--><style><!-- /* Font Definitions */ @font-face	{font-family:Calibri;	panose-1:2 15 5 2 2 2 4 3 2 4;	mso-font-charset:0;	mso-generic-font-family:swiss;	mso-font-pitch:variable;	mso-font-signature:-520092929 1073786111 9 0 415 0;}@font-face	{font-family:Georgia;	panose-1:2 4 5 2 5 4 5 2 3 3;	mso-font-charset:0;	mso-generic-font-family:roman;	mso-font-pitch:variable;	mso-font-signature:647 0 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal	{mso-style-unhide:no;	mso-style-qformat:yes;	mso-style-parent:"";	margin:0in;	margin-bottom:.0001pt;	mso-pagination:widow-orphan;	font-size:12.0pt;	font-family:"Times New Roman","serif";	mso-fareast-font-family:"Times New Roman";	mso-fareast-theme-font:minor-fareast;}a:link, span.MsoHyperlink	{mso-style-noshow:yes;	mso-style-priority:99;	color:blue;	text-decoration:underline;	text-underline:single;}a:visited,
span.MsoHyperlinkFollowed	{mso-style-noshow:yes;	mso-style-priority:99;	color:purple;	text-decoration:underline;	text-underline:single;}p	{mso-style-priority:99;	mso-margin-top-alt:auto;	margin-right:0in;	mso-margin-bottom-alt:auto;	margin-left:0in;	mso-pagination:widow-orphan;	font-size:12.0pt;	font-family:"Times New Roman","serif";	mso-fareast-font-family:"Times New Roman";	mso-fareast-theme-font:minor-fareast;}span.SpellE	{mso-style-name:"";	mso-spl-e:yes;}span.GramE	{mso-style-name:"";	mso-gram-e:yes;}.MsoChpDefault	{mso-style-type:export-only;	mso-default-props:yes;	font-size:10.0pt;	mso-ansi-font-size:10.0pt;	mso-bidi-font-size:10.0pt;}@page WordSection1	{size:8.5in 11.0in;	margin:1.0in 1.0in 1.0in 1.0in;	mso-header-margin:.5in;	mso-footer-margin:.5in;	mso-paper-source:0;}div.WordSection1	{page:WordSection1;}--></style><!--[if gte mso 10]><style> /* Style Definitions */ table.MsoNormalTable	{mso-style-name:"Table
Normal";	mso-tstyle-rowband-size:0;	mso-tstyle-colband-size:0;	mso-style-noshow:yes;	mso-style-priority:99;	mso-style-parent:"";	mso-padding-alt:0in 5.4pt 0in 5.4pt;	mso-para-margin:0in;	mso-para-margin-bottom:.0001pt;	mso-pagination:widow-orphan;	font-size:10.0pt;	font-family:"Times New Roman","serif";}</style><![endif]--><!--[if gte mso 9]><xml> <o:shapedefaults v:ext="edit" spidmax="1026"/></xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext="edit">  <o:idmap v:ext="edit" data="1"/> </o:shapelayout></xml><![endif]--><div class="WordSection1"><div align="center"><table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" style="width: 650px;"><tbody><tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes;"><td style="padding: 3.75pt 3.75pt 3.75pt 3.75pt;"><p align="center" style="margin-bottom: .0001pt; text-align: center;"><b><span style="text-decoration: underline;"><span style="font-size: 16.0pt; font-family: 'Georgia','serif';">INTERNATIONAL QUALITY
MANAGEMENT SYSTEM</span></span></b></p></td></tr><tr style="mso-yfti-irow: 1; mso-yfti-lastrow: yes;"><td style="padding: 3.75pt 3.75pt 3.75pt 3.75pt;"><p align="center" style="margin-bottom: .0001pt; text-align: center;"><b>Office Address: 404, <span class="SpellE">Sai</span> Arcade, Above Union Bank, <span class="SpellE">Mulund</span> west. Mumbai 400080</b></p><p align="center" style="margin-bottom: .0001pt; text-align: center;"><b>Corporate <span class="GramE">office :</span> 29,Thirupati apt, <span class="SpellE">Navghar</span> road, <span class="SpellE">Bhayandar</span> east. Mumbai- 401105 </b></p><p align="center" style="margin-bottom: .0001pt; text-align: center;"><b>Mobile: 09967252712/09867929079</b></p></td></tr></tbody></table></div><p align="center" style="margin-bottom: .0001pt; text-align: center;"><b>Email:</b> <b><a href="http://trk2.myamazers.in/show-mail?u=9JSMzUjM1EjI6ISYiwiI3UDN5IDMyYDMxIiOiMnIsIiM2cTO1IiOiMmIsIyM3cDNiojIsJyeuETR"
target="_blank">[email protected].<wbr>in/</wbr></a></b> <a href="http://trk2.myamazers.in/show-mail?u=9JiMzUjM1EjI6ISYiwiI3UDN5IDMyYDMxIiOiMnIsIiM2cTO1IiOiMmIsIyM3cDNiojIsJyeuETR" target="_blank"><b><span style="font-family: 'Calibri','sans-serif';">[email protected]</span></b></a> <br /> <b>website- </b><b><span style="font-family: 'Calibri','sans-serif';"><a href="http://trk2.myamazers.in/show-mail?u=9JyMzUjM1EjI6ISYiwiI3UDN5IDMyYDMxIiOiMnIsIiM2cTO1IiOiMmIsIyM3cDNiojIsJyeuETR">www.isplcert.com</a></span><span class="GramE">,<span style="mso-spacerun: yes;"> </span></span><a href="http://trk2.myamazers.in/show-mail?u=9JCNzUjM1EjI6ISYiwiI3UDN5IDMyYDMxIiOiMnIsIiM2cTO1IiOiMmIsIyM3cDNiojIsJyeuETR" target="_blank"><span style="font-family: 'Calibri','sans-serif';">www.isoindia.com</span></a> </b></p><p align="center" style="margin-bottom: .0001pt; text-align: center;"> </p><p class="MsoNormal"><b style="mso-bidi-font-weight: normal;"><span style="text-decoration:
underline;"><span lang="EN-IN" style="font-size: 10.0pt; font-family: 'Georgia','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-IN;">Sub<span class="GramE">:-</span> Certify<span style="mso-spacerun: yes;"> </span>Your Company<span style="mso-spacerun: yes;"> </span>with new ISO 9001 Standard<span style="mso-spacerun: yes;"> </span>!!!<o:p></o:p></span></span></b></p><p><b>A new version of ISO standard,   ISO 9001:2015, has been launched, replacing the previous version (ISO 9001:2008).<o:p></o:p></b></p><p><b>A new version of ISO standard,   ISO 14001:2015, has been launched, replacing the previous version (ISO 14001:2004).<o:p></o:p></b></p><p>                         Accreditation <span class="GramE">of :-</span> International Accreditation Service <b style="mso-bidi-font-weight: normal;">(IAS- United states)<span style="mso-bidi-font-weight: bold;">/ </span></b> <b style="text-align: start; word-spacing:
0px;">DAC </b>(Dubai Accreditation)/ <b>UK</b> (United kingdom accreditation),<span style="color: black; background: white;"> QABCB (UK accreditation), JAS-ANZ </span>etc.</p><p>ONLY DEALS WITH IAF, IAB ACCREDITED, APPROVED ISO CERTIFICATES</p><p>·   <b><span lang="EN-IN" style="mso-ansi-language: EN-IN;">ISO 9001:2015 can be attained for / IT/Trader/ Manufacturer/ Clinic/ Dentist/ Builder/ School/ Metal Company/ Chemical Supplier/<span class="SpellE">Engg</span>/ Service Co… <span class="SpellE">etc</span><o:p></o:p></span></b></p><p><o:p> </o:p></p><p>  <b><span lang="EN-IN" style="color: #222222; mso-ansi-language: EN-IN;">Other ISO Certification like:- </span></b></p><p><span lang="EN-IN" style="color: #222222; mso-ansi-language: EN-IN; mso-bidi-font-weight: bold;">ISO 14001:2015 (Environment Management system)<o:p></o:p></span></p><p><span lang="EN-IN" style="color: #222222; mso-ansi-language: EN-IN; mso-bidi-font-weight: bold;">OHSAS 18001:2007 (Work safety
Certification)/ <o:p></o:p></span></p><p><span lang="EN-IN" style="color: #222222; mso-ansi-language: EN-IN; mso-bidi-font-weight: bold;">ISO 22000:2005 (Food safety management) /   <o:p></o:p></span></p><p><span style="color: #231f20; background: white; mso-bidi-font-weight: bold;">ISO 13485:2003 (Quality management systems for medical devices)/ <o:p></o:p></span></p><p><span style="color: #231f20; background: white; mso-bidi-font-weight: bold;">ISO 27001:2013(Information security management system)/</span><span style="color: #222222; mso-bidi-font-weight: bold;"> <o:p></o:p></span></p><p><span style="color: #222222; mso-bidi-font-weight: bold;">GMP </span><span style="mso-bidi-font-weight: bold;">(<a href="https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0CCAQFjAB&url=http%3A%2F%2Fwww.ispe.org%2Fgmp-resources&ei=3pN2VfSOKY6n8AWZ8YOQDg&usg=AFQjCNEobkizMXt3AR2jN_-UZX0VlXy39Q&sig2=Xyd2T9_e1_dNw6eXTy8fnw&bvm=bv.95039771,d.dGc"
target="_blank"><span style="color: windowtext; text-decoration: none; text-underline: none;">Good Manufacturing Practice) </span></a><span style="color: #222222;">/</span><span style="color: #231f20; background: white;"> .HACCP/HALAL/ <span class="GramE">SA8000 <span lang="EN-IN" style="color: #222222; mso-ansi-language: EN-IN;"><span style="mso-spacerun: yes;"> </span>etc</span></span></span></span><span lang="EN-IN" style="color: #222222; mso-ansi-language: EN-IN; mso-bidi-font-weight: bold;">… In Collaboration <span class="GramE">With</span> Other CBs<b>.<o:p></o:p></b></span></p><p><b><span lang="EN-IN" style="color: #222222; mso-ansi-language: EN-IN;"><o:p> </o:p></span></b></p><p><b style="mso-bidi-font-weight: normal;">Services <span class="GramE">Include :-</span></b> Preparation of documents,(Quality Manual/Procedures), Assessment, Auditing, Certification, Renewal of ISO certificate.</p><p><span lang="EN-IN" style="color: #222222; mso-ansi-language: EN-IN;"> To get
more details on cost, procedure and time frame you can also call our representative for further discussion.</span></p><p style="text-align: justify;"><b><span lang="EN-IN" style="font-family: 'Arial','sans-serif'; color: #002060; mso-ansi-language: EN-IN;">Please mail us <span class="GramE">at :-</span> </span><a href="http://trk2.myamazers.in/show-mail?u=9JSNzUjM1EjI6ISYiwiI3UDN5IDMyYDMxIiOiMnIsIiM2cTO1IiOiMmIsIyM3cDNiojIsJyeuETR" target="_blank"><span style="color: windowtext;">[email protected] /</span></a> <a href="http://trk2.myamazers.in/show-mail?u=9JiMzUjM1EjI6ISYiwiI3UDN5IDMyYDMxIiOiMnIsIiM2cTO1IiOiMmIsIyM3cDNiojIsJyeuETR" target="_blank"><span style="font-family: 'Calibri','sans-serif'; color: windowtext;">[email protected]</span></a></b></p><p style="margin-bottom: .0001pt;"><b><span style="font-family: 'Arial','sans-serif';">Thanks & Regards,</span></b><span style="font-family: 'Arial','sans-serif';"> <br /> <b><span style="color: #000099;">Robin
Mathew</span></b> <br /> </span><b><span style="font-family: 'Georgia','serif'; color: #222222; background: white;">(Manager)</span></b></p><p style="margin-bottom: .0001pt;"><b><span style="font-family: 'Arial','sans-serif'; color: red;">INTERNATIONAL QUALITY MANAGEMENT SYSTEM</span></b></p><p style="margin-bottom: .0001pt;"><b><span style="font-family: 'Arial','sans-serif'; color: black;">Robin Mathew- 09967252712</span></b><span style="font-family: 'Arial','sans-serif'; color: black;"> /<b> 09867929079</b></span></p><p> </p><p> <span class="__hd__data"> Click here to <a href="http://trk2.myamazers.in/unsubscribe-me?uid=g0nIyYzN5UjI6IyYiwiIyMTNyIiOiUnIsIyN1QTOyAjM2ATMiojIzJCLiIzMykDNxIiOi0mIsIyM3cDNiojIsJyeuETR" target="_blank">Unsubscribe</a> </span></p></div><img src='http://trk2.myamazers.in/spacer.gif?u=g0nIyYzN5UjI6IyYiwiIyMTNyIiOiUnIsIyN1QTOyAjM2ATMiojIzJCLiIzMykDNxIiOi0mIsIyM3cDNiojIsJyeuETR'/>



--b1_df6ca623924d532b78a4526c10503c7e--

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant